Perl, Ruby, JavaScriptの文字列演算

  • 文字列演算
    • "abc" + "def"
    • "abc" . "def"
  • パタンマッチ
    • /pat*ern/
  • 連想配列
    • a['abc']