in reply to Re^2: 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.

(?:(?!$c).)*

- tye        

  • Comment on Re^3: Regex text extraction b/w first intance of pattern X and third instance of pattern Y. (!$c)
  • Download Code