Hide minor edits - Show changes to markup
Get an upper-case version of a String. (Doesn't modify the String it's called on.)
Get an upper-case version of a String. As of 1.0, toUpperCase() modifies the string in place rather than returning a new one.
the upper-case version of the String
none
Get an upper-case version of a String. (Doesn't modify the String it's called on.)
string.toUpperCase()
string: a variable of type String
the upper-case version of the String