- cross-posted to:
- france@jlai.lu
- cross-posted to:
- france@jlai.lu
You must log in or register to comment.
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)