node-lib

@wtasnorg/node-lib


@wtasnorg/node-lib / toUpperSpecialString

Function: 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).

Parameters

c

string

Locale identifier (e.g. “tr”, “az”).

s

string

Input string.

Returns

string

Locale-upper-cased string.