Build and try out JavaScript regular expressions against your own sample text, with matches highlighted live, capture groups broken out, and flags for case-insensitive, multiline and dotall matching. It all runs in your browser, so your patterns and test data stay private.
Regex Tester is a quick, no-nonsense developer utility that runs entirely client-side, so your code and data never leave your machine.
JavaScript's built-in engine, so syntax matches what runs in browsers and Node.
Yes, both numbered and named groups appear in the results table.
No — everything runs in your browser.
2 matches
Highlighted
Contact ada@oomtools.dev or sales@example.com today.
| # | Match | Index | Groups |
|---|---|---|---|
| 1 | ada@oomtools.dev | 8 | — |
| 2 | sales@example.com | 28 | — |