upper()

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

Syntax

upper(string)

Usage

Returns null if string is null.

Example

upper("java") == "JAVA"