Level 3: Email Match

You have reached the third level of regex games. In this level, you will be given an email address and you will have to write a regex expression to match it.

The format of the email address will be: "username"@domain.com

You have 5 minutes to write a regex expression that will match all the email addresses in the following list:

Next Level: Level 4 - Phone Number Match Previous Level: Level 2 - Username Match