@wtasnorg/node-lib / 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).
string
Locale identifier (e.g. “tr”, “az”).
string
Input string.
string
Locale-lower-cased string.