Ubuntu Manpages

Upper-case a string.

upper-string <string>

upper-string converts all <string>'s characters to upper case.

The resulting "str" is "GOOD":

set-string str="good"
upper-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