Uppercase()

Returns the provided string using only uppercase letters.

The Uppercase() function has one parameter:

  • sourceString (string): Required. The string to convert to uppercase.

To use the function, pass it a string.

The example returns the string in all capital letters.