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