TL;DR: Paste a regex and a test string and see every match highlighted live, with captured groups. Supports all standard JS flags. Browser-only.
Test regular expressions online for free — paste a regex and a test string to see every match highlighted in real time, along with captured groups. Supports flags (g, i, m, s, u, y). Works entirely in your browser.
Every PrivaTools tool — including Regex Tester — is genuinely free with no premium tier, no per-day limit, and no watermark on the output. Files are deleted from the server within seconds of your download completing. Source code: github.com/taiyeba-dg/privatools.
JavaScript RegExp (ECMAScript). The same engine that powers browser pattern matching. Most patterns are portable to Python re, PCRE, or Go regexp with minor adjustments.
No. Pattern and text are kept in browser state only. Refresh the page and they're gone. No server-side storage.
Tested up to ~10,000 matches without slowdown. Beyond that, the highlighting may lag but the match list still renders.
Working with PDFs too? Try our Merge PDF, Compress PDF, PDF to Word, or all 175+ tools.