@wtasnorg/node-lib / toTitleString
toTitleString(
s):string
Defined in: src/strings.ts:961
ToTitle returns a copy of the string s with all Unicode letters mapped to their Unicode title case.
string
Input string.
string
Title-cased string (per-code-point Unicode title case).