- substring string start endprocedure
- (string-copy string [start end]) → stringprocedure
These procedures return a string containing the characters of string beginning with index start (inclusive) and ending with index end (exclusive). The only difference is that substring requires all three arguments, whereas string-copy requires only one.