capitalize
Capitalizes the first character of a string.
Description
The capitalize
function returns the input string with the first character
converted to uppercase and the rest to lowercase.
Examples
Capitalize a lowercase string
See Also
to_upper
, to_lower
, to_title