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


18.6 SRFI 14: Character-set Library

Description

An extensive set of definitions for working with sets of characters.

URL

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

Support

Fully supported.

Libraries

(srfi 14)

Global

Most names are bound in the MIT/GNU Scheme global environment. Exceptions are the linear-update procedures whose names end in !.

->char-setchar-set
char-set->listchar-set->string
char-set-adjoinchar-set-adjoin!
char-set-anychar-set-complement
char-set-complement!char-set-contains?
char-set-copychar-set-count
char-set-cursorchar-set-cursor-next
char-set-deletechar-set-delete!
char-set-diff+intersectionchar-set-diff+intersection!
char-set-differencechar-set-difference!
char-set-everychar-set-filter
char-set-filter!char-set-fold
char-set-for-eachchar-set-hash
char-set-intersectionchar-set-intersection!
char-set-mapchar-set-ref
char-set-sizechar-set-unfold
char-set-unfold!char-set-union
char-set-union!char-set-xor
char-set-xor!char-set:ascii
char-set:blankchar-set:digit
char-set:emptychar-set:full
char-set:graphicchar-set:hex-digit
char-set:iso-controlchar-set:letter
char-set:letter+digitchar-set:lower-case
char-set:printingchar-set:punctuation
char-set:symbolchar-set:title-case
char-set:upper-casechar-set:whitespace
char-set<=char-set=
char-set?end-of-char-set?
list->char-setlist->char-set!
string->char-setstring->char-set!
ucs-range->char-setucs-range->char-set!

Next: SRFI 23: Error Reporting Mechanism, Previous: SRFI 9: Record Types, Up: Standards Support   [Contents][Index]