[regex-coach] Regular Expression Help

Thomas Wölk lists at wir-vermessen.de
Sun Dec 31 19:37:13 UTC 2006


* Jordan Marton <jordan.marton at gmail.com> writes:

> Here is my current attempt:
> <w:p>.*(?=<w:t>).*(?=INTRODUCTION).*(?=</w:t>).*?</w:p>

Just a fleeting thought...

(?ims).*\n(<w:p>.*?(?=\[INTRODUCTION\]).*?</w:p>)

-- 
Thomas.




More information about the regex-coach mailing list