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