RE: [PHP] Re: email validation regex

2005-09-17 Thread bruce
.. -bruce -Original Message- From: Robert Paul [mailto:[EMAIL PROTECTED] Sent: Saturday, September 17, 2005 8:06 PM To: php-general@lists.php.net Subject: Re: [PHP] Re: email validation regex Well what does the aforementioned regex seem to miss that Email::Valid catches? --Rob bruce wrote

Re: [PHP] Re: email validation regex

2005-09-17 Thread Robert Paul
ds for now... i haven't run across any php script/regex that's as comprehensive as the perl "Email::Valid" -bruce -Original Message- From: Robert Paul [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 7:13 PM To: php-general@lists.php.net Subject: [PHP

RE: [PHP] Re: email validation regex

2005-09-17 Thread bruce
rl "Email::Valid" -bruce -Original Message- From: Robert Paul [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 7:13 PM To: php-general@lists.php.net Subject: [PHP] Re: email validation regex http://www.iamcal.com/publish/articles/php/parsing_email/ The author goes throu

[PHP] Re: email validation regex

2005-09-16 Thread Robert Paul
http://www.iamcal.com/publish/articles/php/parsing_email/ The author goes through RFC822 in detail and writes up a regex that validates emails based on that. It's worked in my experience, but I havn't exactly put it through its paces. --Rob bruce wrote: hi.. looking for a good/working/tes