Formatting Strings with Title Casing
Learn how to format strings using title casing.
We'll cover the following
Basic structure of the title
helper method
The title
helper method will reformat the string to look like a traditional print title. This method can affect the case of every input string character. The basic structure of the title
function is shown below:
Get hands-on with 1200+ tech skills courses.