- (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.
These procedures return a newly allocated (unless empty) vector or list of the characters that make up the given substring.