toUpper

Returns the string converted to upper case.

Syntax

toUpper(string)

Parameters

string

Specifies the string to be converted (its value is not modified).

Returns

Returns the uppercase version of the string.