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

2006-08-16 Thread Tim Williams
On 17/08/06, Tim Williams <[EMAIL PROTECTED]> wrote: > On 16 Aug 2006 15:23:06 -0700, fuzzylollipop <[EMAIL PROTECTED]> wrote: > > 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

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

2006-08-16 Thread Tim Williams
On 16 Aug 2006 15:23:06 -0700, fuzzylollipop <[EMAIL PROTECTED]> wrote: > 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

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

2006-08-16 Thread Simon Forman
fuzzylollipop wrote: > 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. Would email.Utils.parseaddr()

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

2006-08-16 Thread Jean-Paul Calderone
On 16 Aug 2006 16:09:39 -0700, Simon Forman <[EMAIL PROTECTED]> wrote: >fuzzylollipop wrote: >> 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 n

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

2006-08-16 Thread fuzzylollipop
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. -- http://mail.python.org/mailman/listinfo/python-list