Handbook
Glossary
>lower ( str -- lower )
ASCII
Prev:
ch>upper ( ch -- upper )
Next:
>upper ( str -- upper )
Vocabulary
ascii
Inputs
str
a
string
Outputs
lower
a
string
Word description
Converts an ASCII string to lower case.
Definition
USING:
sequences
;
IN:
ascii
:
>lower
( str -- lower )
[
ch>lower
]
map
;