/

HTML / CSS / JavaScript Tutorial

JavaScript String method: toUpperCase()

[this page | pdf | back links]

The toUpperCase() 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.

 

It has the following syntax (with no parameters):

 

string.toUpperCase()

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript String Variables


Desktop view | Switch to Mobile