A ticket regex you want to prod before it ships. Python, Go, and grep are different engines. Do not paste a 10 MB log into a greedy `(.*)`.
A validation regex that worked on one email and failed on +tag. This page runs JavaScript RegExp. regex101-class sites let you switch flavors; we do not pretend to be PCRE2.
Literal cleanup is find and replace. Line-unique logs are deduplicator. Cron is not regex — use cron parser.
This browser’s RegExp
A pattern that passes one email and fails +tag addresses. Flavor is JavaScript RegExp, not PCRE2 or Python. Catastrophic backtracking can freeze the tab — keep samples short. Not a WAF.
How to use it
- Enter pattern and flags.
- Paste a small sample.
- Read matches. If the UI stalls, kill the tab and simplify.
Honest limits
Not a WAF. Not Re2 guaranteed linear time. Not a production unit-test runner.