On 2014-12-11 13:48, Marcus Denker wrote:
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.
Thanks for claryfying.

The answer to my first question:

| r |
r := 'll' asRegexIgnoringCase.
r copy: 'HaLLol' replacingMatchesWith: 'tt'.

Reply via email to