upper

Description

Takes a string and returns an upper-case version of it.

Syntax

upper( string )

Examples
 upper("Hello World") //returns "HELLO WORLD"