Possible Duplicate:
Regular expression for getting HREF from footer
I want to get the HREF tag of a specific span tag. In Java what is the regular expression for it.
If there are 10 Span tags with values one, two , three etc...
What would be the regular expression for getting the HREF value of a span tag with value "three"
I need it in Java.