I'm new to Scala
... so far I'm really liking it. :)
Right now I'm playing with Play Framework and I'm amazed by how straightforward it is to get going.
Well... the problem at hand is that I'd like to make a string as the following one more readable:
UsersGroupedByRegistrationMonthYear.csv
The output should be:
Users Grouped By Registration Month Year.csv
Can you lend a hand?
Not regex, but a pretty straight forward approach.