Skip to content

Instantly share code, notes, and snippets.

@Lerie82
Created July 16, 2018 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lerie82/ccf13bde3eef9c1f281c87c2e6a3ea78 to your computer and use it in GitHub Desktop.
Save Lerie82/ccf13bde3eef9c1f281c87c2e6a3ea78 to your computer and use it in GitHub Desktop.
regular expression for email scraping
(\w+[{]at[}].*[.]com)
[<](\w+.*\w+\sat\s.*[.]\w+)
(([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}))
@Lerie82
Copy link
Author

Lerie82 commented Jul 16, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment