MtoLocaleLowerCase
Bun

method

ffi.CString.toLocaleLowerCase

locales?: string | string[]
): string;

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

locales?: LocalesArgument
): string;

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