Examples
-
Email-ish
[\w.+-]+@[\w.-]+\.[a-z]{2,}
About Regex Tester
Regular expressions are notoriously hard to read back after the fact - including your own, a week later. Testing a pattern against real sample text before committing it to code catches mistakes early.
Enter a pattern and flags, see matches highlighted against your input immediately, using the exact same RegExp engine your browser's JavaScript runs - so behavior matches what you'll actually get in production, not some other regex flavor.