0.0.5 • Published 8 years ago

extract-emails v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Build Status

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.
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago