LOWER

From AgileApps Support Wiki

The LOWER function converts all characters in a string to lower case.

Syntax
LOWER(string)
Return
Text string
Example
LOWER('Sales CYCLE') = 'sales cycle'