UPPER

From AgileApps Support Wiki

The UPPER function converts all characters in a string to upper case.

Syntax
UPPER(string)
Return
Text string
Example
UPPER('Business case') = 'BUSINESS CASE'