Hacker News new | ask | show | jobs
by eddyg 2496 days ago
I use:

    ^[^@]+@[^.]+\..+$
for a bit of sanity checking...
1 comments

Multiple @ symbols are absolutely valid, as long as they are properly quoted ;)