Lower string
Purpose
: Lower-case a string.
lower-string
<string>
Copied!
lower-string converts all <string>'s characters to lower case.
Examples
The resulting "str" is "good":
set-string
str=
"GOOD"
lower-string
str
Copied!
See also
Strings
copy-string
count-substring
delete-string
lower-string
read-split
replace-string
set-string
split-string
string-length
trim-string
upper-string
write-string
See all
documentation
Copyright
(c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.