Skip to content

Instantly share code, notes, and snippets.

@mohdsanadzakirizvi
Created January 26, 2020 02:04
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 mohdsanadzakirizvi/365d893e077279394bcc99ae6cd2a247 to your computer and use it in GitHub Desktop.
Save mohdsanadzakirizvi/365d893e077279394bcc99ae6cd2a247 to your computer and use it in GitHub Desktop.
import re
# insert your text here
text = ""
re.findall(r"[\w.-]+@[\w.-]+", text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment