level 4 re's - to compile or not to compile?
Would compiling a re.search pattern for question 4 increase the efficiency / performance? I'm guessing it would help as it is reused over and over to parse the 'next nothing'.
But how much performance does compiling re's give? When should you compile a re and when not?
Thanks in advance
But how much performance does compiling re's give? When should you compile a re and when not?
Thanks in advance

