毎度お呼びでないことは重々承知の助なのですが…(^_^;)。前回同様、いやなブログ: 文字列操作の比較表: Ruby, Python, JavaScript, Perl, C++ に便乗して、Squeak の Smalltalk における文字列操作の紹介をさせてください。 Ruby (String) Squeak の Smalltalk (String) 備 考 s = "abc" s = 'abc' シングルクオーテーションのみ s = x + y s = x, y カンマを使用 s == x s = x s sameAs: x 大文字小文字を区別せず比較 s howManyMatch: x 合致している文字数を返す s charactersExactlyMatching: x s.casecmp(x) (s compare: x) - 2 s % [x, y] s format: {x