| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
srfi-14 - Character-set library Implements the character set library defined in SRFI-14 (SRFI-14). Note that several basic character-set operations are Gauche's build-in functions. See section Character Set.
| 10.9.1 Character-set constructors | ||
| 10.9.2 Character-set comparison | ||
| 10.9.3 Character-set iteration | ||
| 10.9.4 Character-set query | ||
| 10.9.5 Character-set algebra | ||
| 10.9.6 Predefined character-set |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[SRFI-14]
Constructs a character set from a list of characters char-list.
If base-cs is given, it must be a character set, and the characters
in it are added to the result character set.
List->char-set! is allowed, but not required, to reuse base-cs
to store the result.
[SRFI-14]
Like list->char-set and list->char-set!,
but take a list of characters from a string s.
[SRFI-14]
Returns a character set containing every character c in
char-set such that (pred c) returns true.
If a character set base-cs is given, its content is added to
the result. The linear update version char-set-filter!
is allowed, but not required, to modify base-cs to store the result.
[SRFI-14]
[SRFI-14]
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[SRFI-14]
<= char-set1 …
[SRFI-14]
[SRFI-14]
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[SRFI-14] Returns a character set that adds char1 … to char-set.
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
[SRFI-14]
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Shiro Kawai on October, 7 2008 using texi2html 1.78.