Converts the first character of string to upper case and the remaining to lower case.
- Lodash chained on (string): the capitalized string.
See Implementation
Converts the first character of string to upper case and the remaining to lower case.