in reply to Re: Multiple regex matches in single string
in thread Multiple regex matches in single string
My actual data file has thousands of lines of text and much more text on each line than a single word, but still, not using the negative look ahead runs against these large files in less than a second. Why would this cause such a slow down? Is there a way around this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Multiple regex matches in single string
by johngg (Canon) on Apr 26, 2008 at 22:22 UTC | |
by hipowls (Curate) on Apr 26, 2008 at 23:33 UTC |