[Prev][Next][Index][Thread]

Re: Strtok/split?



In article <3A3F90D8.69545A8A@h2g2.com>, robm@h2g2.com wrote:

> Hi.
> 
> What's the best way of reproducing the functionality of C's strtok()
> and/or Perl's split() in Dylan?
> I need to tokenize a string.

There's a "split' function in common/regexp.  The library is 
regular-expressions/regular-expressions.

-- Bruce



References: