in reply to Re: Regex text extraction b/w first intance of pattern X and third instance of pattern Y.
in thread Regex text extraction b/w first intance of pattern X and third instance of pattern Y.

If it's not just c, my solution still works with the equivalent of [^c] for arbitrary patterns. But since I don't know what pattern that might be, I stuck to what the OP said rather than inventing stuff up.
  • Comment on Re^2: Regex text extraction b/w first intance of pattern X and third instance of pattern Y.
  • Select or Download Code

Replies are listed 'Best First'.
Re^3: Regex text extraction b/w first intance of pattern X and third instance of pattern Y. (!$c)
by tye (Sage) on Mar 31, 2010 at 15:53 UTC