I have to analyze a log file and I am looking for repeated patterns, for example i want to find:
Start ...
some lines ...
Start ...
So for this I am using
/Start\_.\{-}Start
but unfortunately in finds also this, which I want to avoid:
Start ...
End ...
Start ...