This page is also available in 2 other languages
Change language 

toUpperCase()

[StringObject Function]

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