Next: srfi.130
- Cursor-based string library, Previous: srfi.120
- Timer APIs, Up: Library modules - SRFIs [Contents][Index]
srfi.129
- Titlecase proceduresThis srfi defines 3 procedures handling titlecase of characters. All of the procedures are supported by Gauche, and this module serves as a compatiblity interface.
These two procedures are built-in (see Characters):
char-title-case? char-titlecase
The following procedure is provided in gauche.unicode
(see Full string case conversion).
string-titlecase
Next: srfi.130
- Cursor-based string library, Previous: srfi.120
- Timer APIs, Up: Library modules - SRFIs [Contents][Index]