I have a requirement where I need to get the last HREF in the HTML code, means getting the HREF in the footer of the page.
Is there any direct regular expression for the
It's not a good idea to parse html with regular expressions. Have a look at HtmlParser to parse html.