in reply to Re: Matching range of text with another string in between
in thread Matching range of text with another string in between

This works perfectly! Thank you for your patience and I can't adequately say how much I appreciate your help. I expect project creep with this but hopefully I'll be able to handle the rest on my own.

Thank you all for your help!

  • Comment on Re^2: Matching range of text with another string in between

Replies are listed 'Best First'.
Re^3: Matching range of text with another string in between
by Anonymous Monk on Apr 27, 2016 at 21:53 UTC

    Also, in the future, details like the first 14 lines and the last 3 should be mentioned up front, because code can be very sensitive to such seemingly small requirements.

      Yes, I will be sure to do so. I realized that myself after the first reply or two.
Re^3: Matching range of text with another string in between
by Anonymous Monk on Apr 27, 2016 at 21:48 UTC

    Thanks for letting me know it worked. Also, thanks for the interesting problem. :)