toUpperCase()
Description
Get an upper-case version of a String. The toUpperCase() modifies the String in place rather than returning a new one.
Syntax
myString.toUpperCase()
Parameters
myString: a variable of type String.
Returns
Nothing
See also
- EXAMPLE String Tutorials