Regular Expression Lab

Medium
15
51.3% Acceptance

In this lab, you will create a regex pattern to match email addresses in a given string. You will then use this pattern to count the total number of email matches in that string. We will be using RegExp and String.prototype.match() to perform these tasks.