The result of this method will be a string primitive containing the value of the object with all characters converted to lower case.
The original string is converted from arbitrary case to lower-case on a character by character basis, taking account of the locale when testing characters.
The characters in the output string will be the lower case equivalents of the characters in the input string according to the rules defined by the Unicode 2.0 standard, and the locale specific rules regarding special (accented) characters.
Prev | Home | Next |
String.sup() | Up | String.toLocaleUpperCase() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |