>title ( str -- title )
ASCII

Prev:>upper ( str -- upper )


Vocabulary
ascii

Inputs
stra string


Outputs
titlea string


Word description
Converts a string to title case.

Definition