Extracting emails from unicode text

by 5 replies
6
IS there any software that can take the unicode text of lets say just a random website and extract all the emails from that text?

I'm having trouble finding something like that?

thanks!!
#programming #emails #extracting #text #unicode
  • The email addresses are consist of Latin 7bit ASCII characters (e.g. name@mail.com). Thus they are don't change in UTF8 files.
  • They have an extention for that. It grabs emails from text/webpages... Here's the link
    • [1] reply
  • Also by chance does anyone know of any other software that can do this?
  • Just Google "email harvester" and you'll find plenty of results for what you are looking for.

Next Topics on Trending Feed