You must log in or register to comment.
I worked through these once a day (or was it per week?) several years ago, and it really ingrained regex rule into my brain.
See also: https://jimbly.github.io/regex-crossword/
For Python, I wrote a TUI app with 100+ interactive exercises: https://github.com/learnbyexample/TUI-apps/blob/main/PyRegexExercises (covers both
re
andregex
modules)deleted by creator
I struggled with Puzzles, level 15.