On Fri, 14 Jun 2002, Manuel Lemos wrote:
> The following classes use this validation regular expression string. It 
> does not exclude some invalid addresses but includes all valid addresses.
> 
> 
>"^([-!#\$%&'*+./0-9=?A-Z^_`a-z{|}~?])+@([-!#\$%&'*+/0-9=?A-Z^_`a-z{|}~?]+\\.)+[a-zA-Z]{2,4}\$"

It doesn't, as far as I can tell, allow this valid address:

   [EMAIL PROTECTED]

And what's with all the nonsense characters in the domain name portion?
Only letters, numbers, hyphen, and period are allowed after the @ sign.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to