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