toUpperCase()

Convert all characters to uppercase.

There are a number of other functions in the string object. Please consult the JavaScript specification for details.

Example

"a new string".toUpperCase();

<< toLowerCase() © 1996-2013 InetSoft Technology Corporation (v11.5) split(separator, limit) >>