What is Regex Tester?
Regex Tester lets you try JavaScript regular expressions against sample text.
How to use it
Enter a pattern, choose flags, paste sample text, and review highlighted matches plus captured groups.
How it works
The tool creates a browser `RegExp` with your flags and iterates matches locally, protecting against empty-match loops.
Is data saved?
Patterns and sample text stay on the page.