toLocaleUpperCase

Bun

Symbol

CString.toLocaleUpperCase

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

Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.

toLocaleUpperCase(locales?: LocalesArgument): string

Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale.