lower()

Returns a copy of the string with all characters in lower case.

Syntax 

lower(string)

Usage 

Returns null if string is null.

Example 

1lower("JAVA") == "java"