upper()

Returns a copy of the string with all characters in upper case.

Syntax 

upper(string)

Usage 

Returns null if string is null.

Example 

1upper("java") == "JAVA"