Interactive: 100+ Python Regex Exercises

This is a demo for a TUI application that includes 100 questions to test your Python regular expression skills. Exercises are based on both the builtin `re` module as well as the third-party `regex` module. This app is available on PyPI: For installation instructions and other details about this app, see The exercises are based on my “Understanding Python re(gex)?“ ebook:
Back to Top