<div dir="ltr"><div><br></div><div>I don't know if this is the right place to put this,</div><div>but I've found the following lines of code results in an incredibly long processing time.</div><div>Perhaps it might be of use to someone.</div><div><br></div><div><font face="tahoma, sans-serif" color="#666666"><i>import re</i></font></div><div><font face="tahoma, sans-serif" color="#666666"><i>pat = re.compile('^/?(?:\\w+)/(?:[%\\w-]+/?)+/?$')</i></font></div><div><font face="tahoma, sans-serif" color="#666666"><i>pat.match('/t/a-aa-aa-aaaaa-aa-aa-aa-aa-aa-aa./')</i></font></div></div>