NXSL:upper
| This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
Converts string to uppercase.
Syntax
upper(string);
Parameters
| string | The string to convert. |
Return Value
Source string converted to uppercase.
Examples
upper("aBcD") -> "ABCD"