← Back to tools
View AGENTS.md for Python re(gex)? exercises
Python re(gex)? exercises
TUI app for practicing Python regular expressions with 100+ exercises
Description
A TUI application designed to help you practice Python regular expressions. It includes more than 100 exercises covering both the builtin re module and the third-party regex module.
AI Summary
A TUI application with 100+ exercises for practicing Python regular expressions, covering both re and regex modules.
Capabilities
- + Practice Python regex with 100+ exercises
- + Cover both builtin re and third-party regex module
- + Interactive TUI interface for learning
- + Progressive difficulty exercises
Use When
- → User wants to learn or practice Python regex
- → User likes interactive learning exercises
Avoid When
- x User needs a regex tester, not exercises
- x User is not learning Python