Difference between revisions of "NXSL:upper"
Jump to navigation
Jump to search
(Created page with "__NOTOC__ Converts ''string'' to uppercase. == Syntax == upper(''string''); == Parameters == {| class="wikitable" |- | ''string'' || The string to convert. |} == Retur...") |
(No difference)
|
Revision as of 21:18, 2 August 2012
Converts string to uppercase.
Syntax
upper(string);
Parameters
string | The string to convert. |
Return Value
Source string converted to uppercase.
Examples
upper("aBcD") -> "ABCD"