If I have the phrase "New York City" how do I get the first letter of each word? My googling has only shown me how to capitalize the first letter in each word, which is seemingly different from what I'm trying to do.
Given my limited knowledge of Scala, I could probably do this procedurally but I was hoping someone could shed some Scala knowledge on me and show me an example that depicts a functional approach to this problem.