Created
August 6, 2012 03:48
-
-
Save ifnull/3269922 to your computer and use it in GitHub Desktop.
Pipl email regex search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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