English
Appearance
Converts the first letter of the entire string to uppercase and returns.
str::string
string
capitalizeFirst('abcd'); // Returns 'Abcd'