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