Possible Duplicate:
How to use regular expressions to parse HTML in Java?
now want to extract "/hc/review/show/29439" from
<a href="/hc/review/show/29439" class="green-arrow">Read more</a>
how should I write java regular expression for this ???