This Email Extractor is a little tool that will help you find email addresses hidden in the content. Just copy, paste and hit Extract button for extracting.
Please use this tool responsibly. DO NOT use this tool for spamming.
Paste your text here and click extract button.
List of extracted Emails:Email(s) will be displayed here.
This script was used for this tool.
123function
extractEmails(input) {
return
input.
match
(
/([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+)/gi
);
}
No comments:
Post a Comment