Skip to content

Instantly share code, notes, and snippets.

@hathix
Created October 3, 2017 04:17
Show Gist options
  • Select an option

  • Save hathix/ccb169b79e88f237ee1635b80636b5ba to your computer and use it in GitHub Desktop.

Select an option

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