The toTitleCaps(...) function has only one variation, not counting syntax variations. It makes a copy of a String value, attempting to capitalize it as it would be if it were the title of something.

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

Parameter Description
source-string

The String from which to copy.