Previous: srfi char-sets spec algebra, Up: srfi char-sets spec [Index]
Several character sets are predefined for convenience:
char-set:lower-caseLower–case letters.
char-set:upper-caseUpper–case letters.
char-set:title-caseTitle–case letters.
char-set:letterLetters.
char-set:digitDigits.
char-set:letter+digitLetters and digits.
char-set:graphicPrinting characters except spaces.
char-set:printingPrinting characters including spaces.
char-set:whitespaceWhitespace characters.
char-set:iso-controlThe ISO control characters.
char-set:punctuationPunctuation characters.
char-set:symbolSymbol characters.
char-set:hex-digitA hexadecimal digit: 0-9, A-F, a-f.
char-set:blankBlank characters, horizontal whitespace.
char-set:asciiAll characters in the ASCII set.
char-set:emptyEmpty set.
char-set:fullAll characters.
Note that there may be characters in char-set:letter that are
neither upper or lower case. A “graphic character” is one that would
put ink on your page.