in reply to Re: Matching and replacing the minimum string from the tail of the regex
in thread Matching and replacing the minimum string from the tail of the regex

My apologizes, I missed the final line of the data space. What I'm trying to do is eliminate pass messages from a build log while keeping all the failure text. Each test has a start and end, but some data can be shown after a failure. I will update the code to reflect this. That said, I only want to eliminate items between the start (s) and the end which passed (e p).

==
Kwyjibo. A big, dumb, balding North American ape. With no chin.
  • Comment on Re^2: Matching and replacing the minimum string from the tail of the regex