can.camelize
Capitalize the first letter after each hyphen in a string.
can.camelize(str)
Parameters
-
str
{String}
The string to camelize.
Returns
{String}
The string with the first letter after each hyphen capitalized.
Capitalize the first letter after each hyphen in a string.
{String}
The string to camelize.
{String}
The string with the first letter after each hyphen capitalized.