NXSL:lower
Jump to navigation
Jump to search
Converts string to lowercase.
Syntax
lower(string);
Parameters
string | The string to convert. |
Return Value
Source string converted to lowercase.
Examples
lower("aBcD") -> "abcd"