Skip to content
← Tools
Integration & APIs

Regex tester & ReDoS checker

Test a pattern, then find out whether someone can hang your service with it — catastrophic backtracking found by structural analysis and by measurement.

Two independent checks: a structural scan for the shapes that permit exponential backtracking, and an empirical timing run against adversarial input. They catch different things, so both are reported. A pattern that passes here is not proven safe — safety against a specific attacker's input cannot be proven by sampling — but a pattern that fails here is definitely exploitable. Runs in your browser.