lower PowerHome formula function
Description
Converts all the characters in a string to lowercase.
Syntax
lower ( string )
Argument |
Description |
string
|
The string you want to convert to lowercase letters
|
Return value
String. Returns string with uppercase letters changed to lowercase if it succeeds and the empty string ("") if an error occurs.