extract-emails
v0.0.5
Published
Extract emails from HTML
Downloads
173
Readme
Extract emails from HTML (or other text source)
Install
npm install extract-emails
Require
const extractEmails = require('extract-emails');
Use
const emails = extractEmails('some html or text with emails');
Pros
- Can extract emails from plain text
- Can extract emails from obfuscated html pages (Cloudflare's Email Address Obfuscation enabled).
Cons
Can't do anything else :)
How you can help
- Improve email regex. Now it's a total crap.
- Find new obfuscation patterns.