Newer Version Available

This content describes an older version of this product. View Latest

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"