Next: SRFI 143: Fixnums, Previous: SRFI 133: Vector Library (R7RS-compatible), Up: Standards Support [Contents][Index]
A comprehensive library for using immutable strings.
Partially supported: only immutable strings are implemented.
(srfi 140)
Some bindings in the MIT/GNU Scheme global environment; see below.
Names that are bound in the MIT/GNU Scheme global environment:
istring? list->stringstring string->liststring->utf16 string->utf16bestring->utf16le string->utf8string->vector string-appendstring-ci<=? string-ci<?string-ci=? string-ci>=?string-ci>? string-concatenatestring-downcase string-foldstring-fold-right string-foldcasestring-for-each string-lengthstring-map string-null?string-ref string-titlecasestring-upcase string<=?string<? string=?string>=? string>?string? substringutf16->string utf16be->stringutf16le->string utf8->stringvector->stringNames that are not bound in the MIT/GNU Scheme global environment:
reverse-list->string string-anystring-concatenate-reverse string-containsstring-contains-right string-countstring-drop string-drop-rightstring-every string-filterstring-for-each-index string-indexstring-index-right string-joinstring-map-index string-padstring-pad-right string-prefix-lengthstring-prefix? string-removestring-repeat string-replacestring-skip string-skip-rightstring-split string-suffix-lengthstring-suffix? string-tabulatestring-take string-take-rightstring-trim string-trim-bothstring-trim-right string-unfoldstring-unfold-right xsubstringNext: SRFI 143: Fixnums, Previous: SRFI 133: Vector Library (R7RS-compatible), Up: Standards Support [Contents][Index]