Guest User

Untitled

a guest
Oct 16th, 2017
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var emails = "user1@email.comuser2gmail.com user3@email.com;user4@gmail.com, user5@email.com"
  2.  
  3. function extractEmails() {
  4. return emails.match(/w+@w+.com/);
  5. }
Add Comment
Please, Sign In to add comment