I want to match these tags:
<div>03-24-2010</div>
<div>04-23-2011</div>
With jquery:
("div:contains([0-9]{2}-[0-9]{2}-[0-9]{4})")
What do I need to do to the regular expression here to make it work (using phpquery - php implementation of jquery)?