Loading an entry fills in the pattern, flags, and a sample that matches — so it works immediately.
Live regex testing built for logs and secrets — match highlighting, capture-group inspection, substitution, flavor-aware portability linting, and a ReDoS detector that catches catastrophic backtracking. Matching runs in a sandboxed worker, so a malicious pattern can never freeze the tab.
Loading an entry fills in the pattern, flags, and a sample that matches — so it works immediately.
ReDoS (Regular expression Denial of Service) happens when a pattern triggers catastrophic backtracking and hangs on certain inputs. RegEx Lab analyzes your pattern for risky constructs and warns you before they cause a problem in production.
No. Everything runs in your browser. Matching executes in a sandboxed Web Worker so a malicious pattern can never freeze the tab, and neither your pattern nor your test data ever leaves your device.
It tests against the JavaScript engine and lints for portability across common flavors (PCRE, RE2, .NET, and others), flagging constructs that behave differently or are unsupported elsewhere.
A vetted set of 25 ready-to-use patterns for matching secrets, tokens, IPs, and other log artifacts that SOC and sysadmin work commonly needs.