April 23, 200917 yr Hi, was wondering if anyone new a regular expression for matching anything between the following tags: <!--ACT_CMS_[*\this could be anything\*]--> <p>Hello world</p> <!--ACT_CMS_[*\this could be anything\*]_end--> example: <!--ACT_CMS_test1--> <p>Hello world</p> <!--ACT_CMS_test1_end--> <!--ACT_CMS_test2--> <p>Goodbye world</p> <!--ACT_CMS_test2_end--> And also (sorry), would like to be able to gather the tag name [*\this could be anything\*] part. Any hints wold be grateful
Create an account or sign in to comment