Quote:
Originally Posted by coreys
Neither have I.
Also, what? I've seen much shorter regular expressions to match an email address, you must be mistaken.
Edit:
I just looked it up, you are way off. The regular expression to find an email address (may vary slightly between implementations) is:
NPC Code:
\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b
In this instance using grep
|
that does not even match the .museum tld