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.