I want to have the python equivalent function of this (that checks email format)
function CheckEmail($Email = "") { if (ereg("[[:alnum:[EMAIL PROTECTED]:alnum:]]+\.[[:alnum:]]+", $Email)) { return true; } else { return false; } } ___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list