I'm trying to match emails in my urls.py by doing the following (which
was taken from core.validators:
(?P<email_addr>[A-Z0-9._%-][+A-Z0-9._%-]*@(?:[A-Z0-9-]+\.)+[A-Z]{2,4})

I have a few questions, though.

1.  If the url pattern is too complex, will it slow anything down?
2.  I'm assuming this matches the url after it has been urldecoded?
3.  how do I tell that to re.IGNORECASE?

thanks and I hope that's not too many questions to ask


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to