[Gd-hackers] string-extensions library

Andreas Bogk andreas at andreas.org
Mon Jul 17 12:32:29 CEST 2006


Bruce Hoult schrieb:
>> 1) I can't find any reference to a substring() function.  Have I just missed
>> that, or does dylan currently lack such a function?
> Same as any other sequence: copy-sequence

Or, if you want a substring that shares structure with the original
string, use subsequence from the collection-extensions library.

Andreas




More information about the hackers mailing list