Usage

Syntax: str.upper()
Returns string.

Explanation

Transforms the string into upper-case letters.

Example

function onCreated()
{
  temp.string = "Hello World!";
  echo(temp.string.upper());
}

... Will output "HELLO WORLD!" in RC when on the serverside, or in your F2 menu when on the clientside. Note that the output is upper-case.

Categories

CategoryObjectFunction
CategoryFunctionClientside
CategoryFunctionServerside
Comments [Hide comments/form]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
⚡ WEB1 (144.76.42.176) — Testing Environment ⚡