A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/javascript/String/toLocaleLowerCase below:

toLocaleLowerCase · WebPlatform Docs

toLocaleLowerCase Summary

Converts all alphabetic characters to lowercase, taking into account the host environment’s current locale.

Syntax
stringVar.toLocaleLowerCase( )
Examples
var hello = "wOrLd";
var foobar = hello.toLocaleLowerCase();
console.log(hello); 
console.log(foobar); 
Remarks

The required stringVar reference is a String object or string literal.

The toLocaleLowerCase method converts the characters in a string, taking into account the host environment’s current locale. In most cases, the result is the same as the result of the toLowerCase method. Results differ if the rules for a language conflict with the regular Unicode case mappings, such as Turkish.

See also Other articles Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4