in reply to Re: Capturing parentheses out of scope
in thread Capturing parentheses out of scope

To clarify: every line will match the first regex, so only the second test is important in distinguishing the two groups of lines (as you suggested). I'd like the rejected lines to go into a file in the same format as the successful lines so I can visually check that nothing was rejected that shouldn't have been.

  • Comment on Re^2: Capturing parentheses out of scope