Convert string to lowercase

Converts all of the characters in this String to lower case using the rules of the default locale.

Function: LOWERCASE ()

Examples:

"HappyBirthday" - LOWERCASE() returns "happybirthday"

Returns:

The lowercase string.