Splitting a string on multiple tokens

ixid nuaccount at gmail.com
Tue Oct 9 16:54:14 PDT 2012


Is there an effective way of splitting a string with a set of 
tokens? Splitter feels rather limited and multiple passes gives 
you an array of arrays of strings rather than an array of 
strings. I'm not sure if I'm missing an obvious application of 
library methods or if this is absent.


More information about the Digitalmars-d-learn mailing list