I have a text file with many lines. Is it possible for me to find the first line that does not match regex
? Example, I want to make a regex that shows me the first line that does not start with BOLO
BOLO
BOLO
CHOCOLATE
I'm using sublime
, meaning my regex
has to find the word CHOCOLATE. Remembering that my regex
needs to be on top of the word CAUSE because I do not know which line comes after.