@wtasnorg/node-lib / toUpperSpecialString
toUpperSpecialString(
c,s):string
Defined in: src/strings.ts:1005
ToUpperSpecial returns a copy of the string s with all Unicode letters mapped to their upper case using the rules of the special case c (locale).
string
Locale identifier (e.g. “tr”, “az”).
string
Input string.
string
Locale-upper-cased string.