November 2001
Intermediate to advanced
936 pages
68h 43m
English
String.toUpperCase( ) — convert a string to uppercase
JavaScript 1.0; JScript 1.0, ECMAScript v1
string.toUpperCase( )A copy of string, with each lowercase
letter converted to its uppercase equivalent, if it has one.