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