UPPER

Name

UPPER -- 

Synopsis

UPPER(text)

Description

UPPER returns a upper-case version of the string in @text.

Examples

UPPER("canceled") equals "CANCELED".

See also

LOWER