How to convert string to lower case based on locale information

Description

toLocaleLowerCase() converts string to lower case a locale.

Example


var stringValue = "Hello world"; 
console.log(stringValue.toLocaleLowerCase());

The code above generates the following result.





















Home »
  Javascript »
    Javascript Reference »




Array
Canvas Context
CSSStyleDeclaration
CSSStyleSheet
Date
Document
Event
Global
History
HTMLElement
Input Element
Location
Math
Number
String
Window