>title ( string -- title )
Case mapping

Prev:>lower ( string -- lower )
Next:>case-fold ( string -- fold )


Vocabulary
unicode

Inputs
stringa string


Outputs
titlea string


Word description
Converts a string to title case.

Definition