Returns text in lowercase.
$lower(text)
$lower forces its parameter to lowercase characters.
$lower(FOO) returns foo, and $lower(bAr) returns bar.