[squeak-dev] The Trunk: Collections-edc.285.mcz

keith keith_hodges at yahoo.co.uk
Fri Jan 29 14:53:19 UTC 2010


>>> + ----- Method: String>>beginsWithAnyOf: (in category 'comparing')  
>>> -----

Since this is not that hard to implement yourself, do you really need  
to add this to String?

listOfPrefixes anySatisfies: [ :ea | string beginsWith: ea ].

Keith




More information about the Squeak-dev mailing list