Converts a specified string to uppercase.

Parameters

value String (required) - The string to convert to uppercase.

Returns

String

Examples

UPPER("Empire State Building")

// returns "EMPIRE STATE BUILDING"