Capitalizes the first letter of every word in the string.
Returns the title cased string.
titleCase('lord of the rings')// 'Lord Of The Rings'
capitalize
The string to capitalize
Generated using TypeDoc
Capitalizes the first letter of every word in the string.
Returns
Returns the title cased string.
Example
See
capitalize