Handbook
Glossary
>case-fold ( string -- fold )
Case mapping
Prev:
>title ( string -- title )
Next:
upper? ( string -- ? )
Vocabulary
unicode
Inputs
string
a
string
Outputs
fold
a
string
Word description
Converts a string to case-folded form.
Definition
IN:
unicode
:
>case-fold
( string -- fold )
>upper
>lower
;