Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAI finally manage to do it. And as I wanted to put my solution, I find that I used the exact same regex formula as the previous solution. Quite a coincidence as we are not many with this simple solution
(I lose 10 minutes because I was using ?: instead of ?= for the lookahead)
See my solution!
Forgive me for the messy style in which I have made the workflow and presented the result.
The word with the most points is presented in the spoiler. "countletters" represents the amount of unique letters, in the word; "totalletters" represents the total amount of letters in the word; "points" is obviously the number of points that the word has.