lower
Returns its string argument in all lower case.
Example
lower("Sally")In this example, lower returns “sally”.
Syntax
lower(string expr str)- str: expression evaluating to
string
Returns
string
Notes
lower sets to lower case all alphabetic characters in expr and returns the result.