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!
Copyright
(c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.