For Gauche 0.9.14Search (procedure/syntax/module):

Next: , Previous: , Up: Library modules - SRFIs   [Contents][Index]

11.27 srfi.129 - Titlecase procedures

Module: srfi.129

This 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: , Previous: , Up: Library modules - SRFIs   [Contents][Index]


For Gauche 0.9.14Search (procedure/syntax/module):