string-copy -- r7rs Definition
§

Kind
§

accessor;

Extends
§

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(string-copy string)
(string-copy string start)
(string-copy string start end)

Returns a newly allocated copy of the part of the given string between start and end.


The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§