I wrote a TUI application to help you practice Python regular expressions. There are more than 100 exercises covering both the builtin re
and third-party regex
module.
If you have pipx
, use pipx install regexexercises
to install the app. See the repo for source code and other details.
You must log in or register to comment.