[PHP] Invalid Email Characters

2002-01-13 Thread Alexis Antonakis
Hi, Could anybody confirm exactly which characters, if any, are NOT valid in an email address. Many Thanks Alexis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP] Invalid Email Characters

2002-01-13 Thread DL Neil
Alexis, Could anybody confirm exactly which characters, if any, are NOT valid in an email address. =such rules of the Internet are laid out in documents called RFCs (initially they are Requests for Comment but once adopted become ...) You are looking for RFC822 (although there are others

Re: [PHP] Invalid Email Characters

2002-01-13 Thread Peter J. Schoenster
On 13 Jan 2002, at 21:43, DL Neil wrote: Alexis, Could anybody confirm exactly which characters, if any, are NOT valid in an email address. =such rules of the Internet are laid out in documents called RFCs (initially they are Requests for Comment but once adopted become ...) You

Re: [PHP] Invalid Email Characters

2002-01-13 Thread Gabor Gludovatz
On Sun, 13 Jan 2002, Peter J. Schoenster wrote: You might want to look at the regular expression constructed by Jeffrey Friedl as described here: http://builder.cnet.com/webbuilding/pages/Programming/Scripter/05 2098/ss01.html In this example \w matches any word character. A word character