Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAI like the idea of converting to Titlecase and then performing the counts. The the .. should be grouped if we're counting the instances of the actual words. In English, the/The are the same 😂. I'm not entirely sure I'm going to say 'Hey, by the way, I said hey with a captial H!'
Can't match exactly, but I managed to do it in a way which is replicable for other Strings:
Learned something new about RegEx tool -- splitting entire words to rows.
The solution has less 'the' because it doesn't include 'The' and 'THE' which I would consider as the same word