[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.
>
The regexp library in Gwydion Dylan might meet your needs. It's
probably your easiest option. Or you can call strtok through the
C-FFI. Or you can call the perl library from Dylan.
Or you can write your own functions in Dylan.
Sent via Deja.com
http://www.deja.com/
References: