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

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

Parameter Description
source-string

The String from which to copy.