Next: , Previous: , Up: Standards Support   [Contents][Index]


18.19 SRFI 140: Immutable Strings

Description

A comprehensive library for using immutable strings.

URL

https://srfi.schemers.org/srfi-140/srfi-140.html

Support

Partially supported: only immutable strings are implemented.

Libraries

(srfi 140)

Global

Some bindings in the MIT/GNU Scheme global environment; see below.

Names that are bound in the MIT/GNU Scheme global environment:

istring?list->string
stringstring->list
string->utf16string->utf16be
string->utf16lestring->utf8
string->vectorstring-append
string-ci<=?string-ci<?
string-ci=?string-ci>=?
string-ci>?string-concatenate
string-downcasestring-fold
string-fold-rightstring-foldcase
string-for-eachstring-length
string-mapstring-null?
string-refstring-titlecase
string-upcasestring<=?
string<?string=?
string>=?string>?
string?substring
utf16->stringutf16be->string
utf16le->stringutf8->string
vector->string

Names that are not bound in the MIT/GNU Scheme global environment:

reverse-list->stringstring-any
string-concatenate-reversestring-contains
string-contains-rightstring-count
string-dropstring-drop-right
string-everystring-filter
string-for-each-indexstring-index
string-index-rightstring-join
string-map-indexstring-pad
string-pad-rightstring-prefix-length
string-prefix?string-remove
string-repeatstring-replace
string-skipstring-skip-right
string-splitstring-suffix-length
string-suffix?string-tabulate
string-takestring-take-right
string-trimstring-trim-both
string-trim-rightstring-unfold
string-unfold-rightxsubstring

Next: SRFI 143: Fixnums, Previous: SRFI 133: Vector Library (R7RS-compatible), Up: Standards Support   [Contents][Index]