[PHP] email validation regex

2005-09-16 Thread bruce
hi.. looking for a good/working/tested php email validation regex that conforms to the rfc2822 standard. a lot of what i've seen from google breaks, or doesn't follow the standard! any ideas/thoughts/sample code/etc... thanks -bruce [EMAIL PROTECTED] -- PHP General Mailing List (http

Re: [PHP] email validation regex

2005-09-16 Thread Kevin Waterson
This one time, at band camp, bruce [EMAIL PROTECTED] wrote: hi.. looking for a good/working/tested php email validation regex that conforms to the rfc2822 standard. This will be fun, everybody has their own which is always best. No two people will agree what is correct method

RE: [PHP] email validation regex

2005-09-16 Thread bruce
Message- From: Kevin Waterson [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 8:08 AM To: php-general@lists.php.net Subject: Re: [PHP] email validation regex This one time, at band camp, bruce [EMAIL PROTECTED] wrote: hi.. looking for a good/working/tested php email validation

Re: [PHP] email validation regex

2005-09-16 Thread Nuno Pereira
bruce wrote: hi.. looking for a good/working/tested php email validation regex that conforms to the rfc2822 standard. a lot of what i've seen from google breaks, or doesn't follow the standard! any ideas/thoughts/sample code/etc... I use this code to build the regex $tld='[a-z]{2

Re: [PHP] email validation regex

2005-09-16 Thread John Nichel
bruce wrote: hi.. looking for a good/working/tested php email validation regex that conforms to the rfc2822 standard. a lot of what i've seen from google breaks, or doesn't follow the standard! any ideas/thoughts/sample code/etc... Didn't we just have this flame war about a month ago

Re: [PHP] email validation regex

2005-09-16 Thread Jordan Miller
What do you mean? What's wrong with top posting? ;) Jordan On Sep 16, 2005, at 11:31 AM, John Nichel wrote: bruce wrote: hi.. looking for a good/working/tested php email validation regex that conforms to the rfc2822 standard. a lot of what i've seen from google breaks, or doesn't follow

Re: [PHP] email validation regex

2005-09-16 Thread John Nichel
Jordan Miller wrote: What do you mean? What's wrong with top posting? ;) The bait is on the hook.. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] email validation regex

2005-09-16 Thread bruce
reel 'em in john but remember.. there's top/bottom/side/spoon/etc for more, head to san francisco!! later.. -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 10:19 AM To: php-general@lists.php.net Subject: Re: [PHP] email validation