Re: Will Complex URLs Slow Things Down?

2006-05-26 Thread Cameron Kenneth Knight
3. "(?i)pattern" matches "PATTERN" --~--~-~--~~~---~--~~ 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

Will Complex URLs Slow Things Down?

2006-05-26 Thread bradford
I'm trying to match emails in my urls.py by doing the following (which was taken from core.validators: (?P[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 u