Converts the first character of string to upper case and the remaining to lower case.
string
The string to capitalize.
Returns the capitalized string.
_.capitalize('FRED'); // => 'Fred'