This site will undergo maintenance between 11:00pm and 1:30am MDT for up to 5 minutes.

The toUpperCase(...) function has only one variation, not counting syntax variations. It makes a copy of a String value changing any lower-case letters to upper-case.

Syntax:
toUpperCase( source-string )
source-string.toUpperCase()

Parameter Description
source-string

The String from which to copy.