How can I validate an email address using a regular expression?
Over the years I have slowly developed a regular expression that validates most email addresses correctly, assuming they don''t use an IP address as the server part. I use it in several PHP programs...