>case-fold ( string -- fold )
Case mapping

Prev:>title ( string -- title )
Next:upper? ( string -- ? )


Vocabulary
unicode

Inputs
stringa string


Outputs
folda string


Word description
Converts a string to case-folded form.

Definition

: >case-fold ( string -- fold ) >upper >lower ;