Anyone have a link handy to an RFC 821 compliant email address regex for Python?

fuzzylollipop jarrod.roberson at gmail.com
Wed Aug 16 18:23:06 EDT 2006


I want to do email address format validations, without turning to ANTLR
or pyparsing, anyone know of a regex that is COMPLIANT with RFC 821.
Most of the ones I have found from google searches are not really as
robust as I need them to be.




More information about the Python-list mailing list