install
|
documentation
|
examples
|
changelog
16.10.0 released May 10, 2023
lower-string
Purpose
: Lower-case a string.
lower-string
<string>
lower-string converts all <string>'s characters to lower case.
Examples
The resulting "str" is "good":
char
str[]=
"GOOD"
;
lower-string
str
See also
Strings
(
copy-string
count-substring
lower-string
split-string
trim-string
upper-string
write-string
)
SEE ALL
(
documentation
)
Copyright
(c) 2017-2023 Dasoftver LLC