@wtasnorg/node-lib / toTitleSpecialString
toTitleSpecialString(
c,s):string
Defined in: src/strings.ts:978
ToTitleSpecial returns a copy of the string s with all Unicode letters mapped to their Unicode title case, giving priority to the special casing rules in c.
string
Locale identifier (e.g. “tr”, “az”).
string
Input string.
string
Locale title-cased string.