node-lib

@wtasnorg/node-lib


@wtasnorg/node-lib / toLowerSpecialString

Function: toLowerSpecialString()

toLowerSpecialString(c, s): string

Defined in: src/strings.ts:933

ToLowerSpecial returns a copy of the string s with all Unicode letters mapped to their lower 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-lower-cased string.