I have a quick question for the gurus.
I am looking to parse a bunch of logs and I have fairly large regex I am going to use to filter lines out.
Am I better running a single evaluation with a large complex regex or would I be better off iterating through the various values one at a time. I assume the single evaluation would be better but I wanted to make sure.
The expressions themselves are stored in a file and pulled into the script.