in reply to Re: Script far too slow with large files - wisdom needed!
in thread Script far too slow with large files - wisdom needed!
I've gotten good results from this too. In cases where you have a big regex which is too complicated to break down, you can do both: first, use index to do a simpler test. If that passes, then go on to use the full regex.