Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAAgreed. Seeing other solutions after you have found the long way to solve the challenge is a good thing.
(.*)(\b[A-z']+)(\s\2)(.*)Replace it with
\1\2\4
Wow I just finished my RegEx crush course and here comes the challenge!
Spent around 30 minutes but it's very worthwhile.
Reminds me of the joke:
I have a problem. I know I should use RegEx.
Now I have two problems.