ReDoS (Regular Expression Denial of Service)
IntermediateCertain regex patterns with nested quantifiers cause exponential backtracking. Craft an evil input string that makes the regex engine hang, then rewrite the pattern safely.
Progress:
1
Trigger Catastrophic Backtracking2
Write a Safe PatternRegex Tester
Backtracking Analysis
Enter a test input and click Test to analyze backtracking...