0

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 ???

Community
  • 1
  • 1
ARUN P.S
  • 1,713
  • 2
  • 16
  • 19

1 Answers1

1

Pretty exactly answered on this page.

Sajid
  • 4,381
  • 20
  • 14