Emails in String ✉️
Extract unique email addresses out of just about any string!
How to use
; const uniqueEmails = ;// ["user@domain.com", "user2@domain.com", "user+something@domain.com" ]
Enjoy!
Tests
A suite of tests can be found in the ./tests directory and can be executed by running npm run test
.