I have a really huge log file from which i need to search stuff. All the relevant logging has the message “main.tables” but there are too many such messages too. What I want is, to remove certain statements from my search results (while in NPP) that contain “START” or “END”.
I am looking for is a complete regex based solution rather than code based.
from markantoniou-regex step 9
sign
searches inverse so include inverse + start,end accordingly, hope it helps, i don’t have your log to try it