toLocaleLowerCase

Bun

Symbol

CString.toLocaleLowerCase

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

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

toLocaleLowerCase(locales?: LocalesArgument): string

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