On Saturday, November 24, 2018, 3:49:56 p.m. EST, Roelof Wobben <r.wobben@home.nl> wrote:
Hello,
For a acronym maker challenge on exercism.io I have to make acronyms.
But I see I have to split the parts on space and when it's a word with a
- then I have to split on that,
Any hint how I can do that ?
Roelof