Returns a lowercase version of the parameter.
String
lower(<parameter>)
lower(<string>)
Returns a string.
lower("A")
Returns “a”.