chickadee » srfi-135 » textual->list

(textual->string textual [start end]) → stringprocedure
(textual->vector textual [start end]) → char-vectorprocedure
(textual->list textual [start end]) → char-listprocedure

textual->string, textual->vector, and textual->list return a newly allocated (unless empty) mutable string, vector, or list of the characters that make up the given subtext or substring.