← All tools
/^/

Regex Tester

Paste a pattern + test string, see matches highlighted as you type. Capture groups, flag toggles (g/i/m/s/u/y), and per-match position info.

/text & code

//
2 matches
Ping me at hi@example.com or alt@nerdvine.ph — both work.
Per-match detail
#1 · idx 11hi@example.comgroups: ["hi", "example.com"]
#2 · idx 29alt@nerdvine.phgroups: ["alt", "nerdvine.ph"]