Node:SRFI-14, Next:SRFI-16, Previous:SRFI-13, Up:SRFI Support
SRFI-14 defines the data type character set, and also defines a lot of procedures for handling this character type, and a few standard character sets like whitespace, alphabetic characters and others.
All procedures from SRFI-14 (character-set library) are implemented in
the module (srfi srfi-14)
, as well as the standard variables
char-set:letter
, char-set:digit
etc.