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
Well what does the aforementioned regex seem to miss that Email::Valid catches? --Rob bruce wrote: i tried that one... it doesn't do as well as the perl... "Email::Valid" mod... i decided to write a quick perl script, and call it from the php app... seems to satisfy my needs for now... i hav

RE: [PHP] Re: email validation regex

2005-09-17 Thread bruce
i tried that one... it doesn't do as well as the perl... "Email::Valid" mod... i decided to write a quick perl script, and call it from the php app... seems to satisfy my needs for now... i haven't run across any php script/regex that's as comprehensive as the perl "Email::Valid" -bruce -O