Real-time regular expression tester with match highlighting, groups, and detailed match information. Regex Tester is a free online tool from the ToolsRift JavaScript Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Enter your regex pattern and test string. Matches are highlighted in real-time, and you can see all matches, groups, and indices.
Common flags like g (global), i (case-insensitive), m (multiline), s (dotall), and u (unicode) are supported.
Yes, the tester uses JavaScript's regex engine, so all JavaScript regex features including lookbehinds and named groups work correctly.