Upper string

Purpose: Upper-case a string.

 upper-string <string>

upper-string converts all <string>'s characters to upper case.
Examples
The resulting "str" is "GOOD":
 set-string str="good"
 upper-string str

See also
Strings
copy-string  
count-substring  
delete-string  
lower-string  
read-split  
replace-string  
set-string  
split-string  
string-length  
trim-string  
upper-string  
write-string  
See all
documentation


Copyright (c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.