Possible Duplicate:
find and edit comment element of html with php
Hello. Regular expressions in general are way over my head. The answer to my question should be fairly simple, but after digging around for a while I'm still at loss for one. How can I extract "Orange County, CA" using preg_match() in PHP from this HTML excerpt?:
<!-- CLTAG GeographicArea=Orange County, CA -->
Note that the text in this area will be variable and thus the regular expression needs to be dynamic to account for this.