Format
uppertext(T)
Returns
A capitalized text string.
Args
T: A text string.
Capitalize all of the characters of T.
U = uppertext("hi there") // = "HI THERE"
uppertext(T)
A capitalized text string.
T: A text string.
Capitalize all of the characters of T.
U = uppertext("hi there") // = "HI THERE"