Test regular expressions in your browser
Write a JavaScript (ECMAScript) regex, paste a test string, and see live highlights plus every match with capture groups and named groups. Toggle flags g, i, m, s, u, and y without memorizing syntax.
Everything runs locally in your browser. Patterns and sample data never leave your device — suitable for debugging auth parsers, log filters, and validation rules before shipping code.
- Live match highlighting
- Numbered capture groups
- Named group display
- g / i / m / s / u / y flags
- Sample email pattern
- 100% client-side & free