> On 11 Dec 2014, at 13:42, Markus Fritsche <[email protected]> wrote: > > Hi, > > is there a way to search case insensitively and replace in Strings in one > shot? > If > MethodFinder methodFor: #(('HaLLol' 'll' 'tt') 'Hattol') > doesn't find anything, does that mean "no" right away? >
No, method finder uses a whitelist that is not maintained.
Marcus
