5
I have a text file with many lines. It is possible for me to find the first line that does not match the regex
? Example, I want to make a regex that shows me the first line that doesn’t start with BOLO
CAKE
CAKE
CHOCOLATE
I’m using the sublime
, namely, my regex
have to find the word CHOCOLATE. Remembering that my regex
needs to be on top of the word CAKE because I don’t know which line comes after.
Thanks, it worked out.
– Roknauta