[Newbies] Splitting strings

Damien Pollet damien.pollet at gmail.com
Wed Jul 26 02:35:12 UTC 2006


Hi,

is there anything like ruby's String#split in Smalltalk? (split the
string at string occurences or regexp matches)

I found SequenceableCollection#piecesCutWhere: or String#findTokens
but I need to split at occurences of a substring. I must also admit my
problem is with VW... I did try in the method finder in Squeak, but
without much success.

-- 
 Damien Pollet
 type less, do more


More information about the Beginners mailing list