node-lib

@wtasnorg/node-lib


@wtasnorg/node-lib / toTitleSpecialString

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

Parameters

c

string

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

s

string

Input string.

Returns

string

Locale title-cased string.