Let's say I have a regex expression foobar and I want to find all lines in a document that contain no match to foobar. Can I do this? How do I do this?
^(?!.*foobar.*).+$
With multiline option, matches all line that does not contain foobar..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With