Regex tester
JavaScript syntax — what new RegExp() accepts is exactly what runs here. Groups, named groups and indexes are listed per match.
//g
2 matches
| # | match | groups |
|---|---|---|
| 1 | [email protected] | $1 jo $2 example.com |
| 2 | [email protected] | $1 sales $2 dietsoda.dev |