Handbook
Glossary
>lower ( string -- lower )
Case mapping
Prev:
>upper ( string -- upper )
Next:
>title ( string -- title )
Vocabulary
unicode
Inputs
string
a
string
Outputs
lower
a
string
Word description
Converts a string to lower case.
Definition
USING:
accessors
unicode.case.private
;
IN:
unicode
:
>lower
( string -- lower )
locale>lower
final-sigma
[
lower>>
]
[
ch>lower
]
map-case
;