Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created August 6, 2012 03:48
Show Gist options
  • Save ifnull/3269922 to your computer and use it in GitHub Desktop.
Save ifnull/3269922 to your computer and use it in GitHub Desktop.
Pipl email regex search
# Where foo is the first letter in the email, bar is the last, foobar is the domain extension, 4 is the number of asterisks in the email and 3 is the length of the domain name.
foo+[A-Z0-9._%+-]{4}+bar+@[A-Z0-9.-]{3}+\.foobar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment