I was trying to find all lines not matching xxxxx. Not simple I guess
I can find all lines matching xxxx or yyyyyy followed by zzzzz using .*(xx|yy).*zz.*
I was trying to find all lines not matching xxxxx. Not simple I guess
I can find all lines matching xxxx or yyyyyy followed by zzzzz using .*(xx|yy).*zz.*