Dec. 31, 2009
12:21 a.m.
Levente Uzonyi <leves@...> writes:
Method finder does not find a method for
'foobarqux' . 'bar' . 'XYZ' . 'fooXYZqux'
and stupid me couldn't find a method on String either.
'foobarqux' copyReplaceAll: 'bar' with: 'XYZ'
Gosh, in SequencableCollection ... stoopid me :) Thank you Levente! --AA