Regex Tester
Test JavaScript regular expressions, toggle flags, and inspect matches.
Flags
Expression
/\b\w+@\w+\.\w+\b/gm
Highlighted matches
Email hello@chlatwork.com or support@example.com for help.
Matches (2)
| Index | Match | Groups |
|---|---|---|
| 6 | hello@chlatwork.com | - |
| 29 | support@example.com | - |
