JavaScript String method: toLocaleUpperCase()
[this page | pdf | back links]
The toLocaleUpperCase() method (when
applied to a JavaScript
string) returns
a string that is the original string converted to lower case characters,
bearing in mind the language settings of the browser (so sometimes does not
return the same as toUpperCase).
It
has the following syntax (with no parameters):
string.toLocaleUpperCase()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript String Variables