Hi
Could you please guide me in writing a regular expression that should match the following criteria..
Sample Text
From above sample i need to select llines having current status in those, but if protocol
word is there on left, it should skip this line.
I tried a few ways
1.
- This selects all the lines.
2.
- This selects 2 and 4 line.
I want opposite of that. I want 1 and 3 lines to be selected.
I could not find how to negate the 2nd regular expression so that it only select lines 1 and 3.