/
toUpper

toUpper



Function: toUpper()

Converts a string to upper case.

Syntax

toUpper(string)

ArgumentTypeDescription
stringStringString to be converted to upper case.

Examples

toUpper("TestString")

Converts the string "TestString" to "TESTSTRING".

See Also

Related content

toUpper
toUpper
More like this
toUpper
toUpper
More like this
toUpper
toUpper
More like this
toUpper
toUpper
More like this
toLower
toLower
More like this
toLower
toLower
More like this