TOLOWER returns a string as entirely lower case.
Syntax
TOLOWER(“x”)
Parameters
x = The string that the user wishes to return as lower case.
Data Type Returned
Value that will be returned is text.
Examples
TOLOWER(“SharpCloud”) will return “sharpcloud”.
TOLOWER(“SharpCloud Software”) will return “sharpcloud software”.
TOLOWER(“SharpCloud1234”) will return “sharpcloud1234”.