Converts the first character of the given string to upper case and the rest to lower case.
Returns the capitalized string.
capitalize('TEST')// 'Test'
titleCase
The string to capitalize
Generated using TypeDoc
Converts the first character of the given string to upper case and the rest to lower case.
Returns
Returns the capitalized string.
Example
See
titleCase