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"

See also