toTitleCase
Converts a string to a Title Case.
Parameters
stringstring to convert to Title Case
Examples
toTitleCase('the quick brown fox');
// => 'The Quick Brown Fox'
Returns string in Title Case.
Meta
- version: 1.0.0
- Source: to-title-case.ts
Converts a string to a Title Case.
string string to convert to Title CasetoTitleCase('the quick brown fox');
// => 'The Quick Brown Fox'
Returns string in Title Case.
Meta