Javascript String toLocaleLowerCase()

added by JavaScript Kicks
6/19/2019 7:00:51 AM

392 Views

Javascript String toLocaleLowerCase() Tutorial With Example is today's topic. The toLocaleLowerCase() method converts a string to lowercase letters, according to the host's current locale. For most languages, it returns the same outcome as toLowerCase function. The toLocaleLowerCase() method returns a calling string value converted to the lower case, according to any locale-specific case mappings.


0 comments