- (string->text string [start end]) → textprocedure
- (vector->text char-vector [start end]) → textprocedure
- (list->text char-list [start end]) → textprocedure
These procedures return a text containing the characters of the given substring, subvector, or sublist. The behavior of the text will not be affected by subsequent mutation of the given string, vector, or list.