chickadee » srfi-152 » string->vector

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

These procedures return a newly allocated (unless empty) vector or list of the characters that make up the given substring.