NXSL:upper

Revision as of 21:18, 2 August 2012 by Victor (talk | contribs) (Created page with "__NOTOC__ Converts ''string'' to uppercase. == Syntax == upper(''string''); == Parameters == {| class="wikitable" |- | ''string'' || The string to convert. |} == Retur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Converts string to uppercase.


Syntax

upper(string);


Parameters

string The string to convert.


Return Value

Source string converted to uppercase.


Examples

upper("aBcD")  	->	"ABCD"