I need some help with regex. I need a expression that will select the content between two comment tags...My goal is to put the results from the match into an array. I also need help deciding what function to use with the regex and how to put the results into an array.
Example:
<!-- START TAG -->content here<!-- END TAG -->