You need to test a regex against real input, without a bad pattern hanging your machine.
Test a regex and get matches, capture groups and positions, with catastrophic patterns refused. $1 per call.
Runs your regular expression against your test string and returns matches, capture groups, named groups and positions, and it detects catastrophic-backtracking (ReDoS) patterns and refuses to run them instead of hanging.
A free console will happily execute the one pattern that takes your server down and tell you nothing. This one detects the dangerous ReDoS shape and refuses it, so you learn the pattern is unsafe before it ships to production.
Common PCRE-style syntax: character classes, quantifiers, capture and named groups, anchors.
Patterns prone to catastrophic backtracking (nested quantifiers over overlapping classes): the classic ReDoS shapes.
No. The pattern and test string are used for the single run and not saved.
Related searches: regex tester, test regular expression, redos, regex match groups
Same utility over HTTP 402 / x402. Unpaid calls return 402 Payment Required.
POST https://gate402.app/v1/regex-test
Pay with PAYMENT-SIGNATURE / X-PAYMENT, Stripe MPP (Authorization: Payment), or X-API-Key.