Next: SRFI 23: Error Reporting Mechanism, Previous: SRFI 9: Record Types, Up: Standards Support [Contents][Index]
An extensive set of definitions for working with sets of characters.
Fully supported.
(srfi 14)
Most names are bound in the MIT/GNU Scheme global environment. Exceptions
are the linear-update procedures whose names end in !.
->char-set char-setchar-set->list char-set->stringchar-set-adjoin char-set-adjoin!char-set-any char-set-complementchar-set-complement! char-set-contains?char-set-copy char-set-countchar-set-cursor char-set-cursor-nextchar-set-delete char-set-delete!char-set-diff+intersection char-set-diff+intersection!char-set-difference char-set-difference!char-set-every char-set-filterchar-set-filter! char-set-foldchar-set-for-each char-set-hashchar-set-intersection char-set-intersection!char-set-map char-set-refchar-set-size char-set-unfoldchar-set-unfold! char-set-unionchar-set-union! char-set-xorchar-set-xor! char-set:asciichar-set:blank char-set:digitchar-set:empty char-set:fullchar-set:graphic char-set:hex-digitchar-set:iso-control char-set:letterchar-set:letter+digit char-set:lower-casechar-set:printing char-set:punctuationchar-set:symbol char-set:title-casechar-set:upper-case char-set:whitespacechar-set<= char-set=char-set? end-of-char-set?list->char-set list->char-set!string->char-set string->char-set!ucs-range->char-set ucs-range->char-set!Next: SRFI 23: Error Reporting Mechanism, Previous: SRFI 9: Record Types, Up: Standards Support [Contents][Index]