Looking for some help on getting each word capitalized. Currently what I have it capitalizes the first word, but lowercase's each remaining. How do I adjust this to make it capitalize each word? Thank you.
Think about how you would do it on paper, then write up the tools you need.
If I were doing it on paper, I would look for spaces, and capitalize the following letter. (remember there are more delimiters than spaces however, you may want to check out the isspace function)