Skip to content

Instantly share code, notes, and snippets.

@hathix
Created October 3, 2017 04:17
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 hathix/ccb169b79e88f237ee1635b80636b5ba to your computer and use it in GitHub Desktop.
Save hathix/ccb169b79e88f237ee1635b80636b5ba to your computer and use it in GitHub Desktop.
RegEx to find emails
/\b[\w\d._%+-]+@[\w\d.-]+\.[\w]{2,}\b/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment