string-copy -- r7rs Definition accessor;
string-copy (from vonuvoli);Procedure variants:
((string) -> (string))
((string range-start) -> (string))
string;range-start;string;((string range-start range-end) -> (string))
string;range-start;range-end;string;scheme:base -- (scheme base);scheme -- (scheme);(string-copy string) (string-copy string start) (string-copy string start end)Returns a newly allocated copy of the part of the given
stringbetweenstartandend.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.