Search Results

8
votes

Regexp recognition of email address hard?

There are a number of perl modules (for example) that do this. Don't try and write your own regexp to do it. Look at Mail::VRFY will do syntax and network checks (does and SMTP server somew …