.toLocaleLowerCase()
Term side of the Card
Topic: String
Unit title: .toLocaleLowerCase()
Categories: Method
Explanation side of the Card
Explanation: The method that converts all characters in a string to lowercase, according to the rules of the specified locale. It's useful for locale-sensitive case conversion.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1
- The safari browser supports this feature starting from version 1.3
Availability: