Lower-case a string.
lower-string <string>
lower-string converts all <string>'s characters to lower case.
The resulting "str" is "good":
set-string str="GOOD" lower-string str
Strings
concatenate-strings copy-string count-substring delete-string lower-string new-string read-split replace-string set-string split-string string-length trim-string upper-string write-string See all documentation