On Thu, 31 Dec 2009, Adrian Kuhn wrote: > 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' Levente > > How to get this done? > > +10 internets for solution with regex. > > --AA > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
