^.+@.+\\..+$  This regular expression can check if the email address is
valid. But it cannot validate the email address with two "@", does anybody
know how to enhance this regular expression to be able to validate the email
address with two "@".



-- 
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, e-mail: [EMAIL PROTECTED]

Reply via email to