- (string-for-each proc s [start end]) -> unspecifiedprocedure
Apply PROC to each character in S. string-for-each is required to iterate from START to END in increasing order.
Apply PROC to each character in S. string-for-each is required to iterate from START to END in increasing order.