I\'m pretty sure regular expressions are the way to go, but my head hurts whenever I try to work out the specific regular expression.
What regular expression do I ne
I think this regexp will do the trick (but there must be a better way to do it):
(.*(ERROR|WARNING).*parsing)|(.*parsing.*(ERROR|WARNING))