TypeScript String toLocaleLowerCase()
Syntax & Examples


Syntax of String.toLocaleLowerCase()

The syntax of String.toLocaleLowerCase() method is:

toLocaleLowerCase(locales?: string | string[]): string

This toLocaleLowerCase() method of String converts all alphabetic characters to lowercase, taking into account the host environment's current locale.