can.capitalize
Capitalize the first letter of a string.
can.capitalize(str)
Parameters
-
str
{String}
The string to capitalize.
Returns
{String}
The string with the first letter capitalized.
Capitalize the first letter of a string.
{String}
The string to capitalize.
{String}
The string with the first letter capitalized.