Format: lower( text )
Arguments: (text) text Input text string
Returns: (text) text with all characters converted to lowercase
Examples: lower("A LINE OF TEXT") = a line of text
See Also: upper