Hi folks, I'm trying to add an email validation to my registration form. Is there any type of email validator or regex expression I can use?
This site (http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65215) has some python code but apparently it is not very robust. I think at most basic i just need to regex "[EMAIL PROTECTED]" What regex forumlas have you guys been using? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

