The lowercase() function

This function transforms to lower case the text received as argument.

lowercase(text); 
 text;
text

The text to be lower cased.