/

HTML / CSS / JavaScript Tutorial

JavaScript String method: toLowerCase()

[this page | pdf | back links]

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

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript String Variables


Desktop view | Switch to Mobile