Difference between revisions of "NXSL:lower"
Jump to navigation
Jump to search
m (Text replacement - "^" to "{{deprecated}}") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Converts ''string'' to lowercase. | Converts ''string'' to lowercase. | ||
Latest revision as of 16:13, 13 September 2022
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
Converts string to lowercase.
Syntax
lower(string);
Parameters
string The string to convert.
Return Value
Source string converted to lowercase.
Examples
lower("aBcD") -> "abcd"