pcre
A balanced email validation expression
This regex enforces the correct basic structure whilst only allowing permitted characters (RFC822) in both the local and domain parts.
It permits + routing made popular by Gmail and allows for the + group to identified as routing.
It allows all but the most extreme of valid email addresses i.e. "@" ...
Submitted by anonymous - 5 years ago