Lotus Software logo
IBM Lotus Domino Designer 8.5
Versions 8.5, 8.5.1, 8.5.2, and 8.5.3






toUpperCase (JavaScript)

Converts all characters of a string to upper case.

Defined in

String (JavaScript)

Syntax

toUpperCase() : string
Return value Description
string The string in upper case.

Examples

The following example converts a String object to upper case.
cities = new String("Paris   Moscow   Tokyo");
cities.toUpperCase()



Library | Support | Terms of use |

Last updated: Tuesday, September 20, 2011