in reply to Re: Multiline regex
in thread Multiline regex

This works, you saved me, thank you kindly!!!

Replies are listed 'Best First'.
Re^3: Multiline regex
by adrya407 (Novice) on Jun 22, 2016 at 14:18 UTC
    How can i add another skipping option? If i dont have un unwanted_line=blaba i might have [stepxyz#...], how can i put an "or" in that regex to check for [step?

      Please give examples of input and output.