@wtasnorg/node-lib / titleString
titleString(
s):string
Defined in: src/strings.ts:911
Title returns a copy of the string s with all Unicode letters that begin words mapped to their Unicode title case.
string
Input string.
string
Title-cased string.
Use cases/runes packages or golang.org/x/text/cases for proper title casing.