Skip to main content

Compilation, Flags, and Performance

Debugging and Testing Patterns

0:00
LearnStep 1/3

Using re.DEBUG

Using the re.DEBUG Flag

The re.DEBUG flag prints a detailed parse tree of the pattern.

python