⚡
Regex Tester
Write and test regular expressions against sample text. See matches highlighted in real-time, view capture groups, and use the built-in regex reference.
//
Quick patterns:
0 matches
Frequently Asked Questions
What regex flags are supported?
The tester supports all standard JavaScript regex flags: g (global), i (case insensitive), m (multiline), s (dotAll), and u (unicode).