Formatting Strings with Kebab Casing
Learn about the kebab casing method to format strings.
We'll cover the following...
Basic structure of kebab casing
The kebab
helper method replaces all uppercase letters within the string with the lowercase variant prefixed with the ...