Node:SRFI-14, Next:, Previous:SRFI-13, Up:SRFI Support



39.12 SRFI-14 - Character-set Library

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.