I am getting one string like below from server in response.
"<div class=\"ExternalClass00BD08C9929B4EE8A7A9A6E9CA27A68C\"><p>\u200bTesting by Android<a href=\"/sites/Android/Shared%20Documents/1.txt\">1.txt</a><a href=\"/sites/Android/Shared%20Documents/2.txt\">2.txt</a><br></p></div>"
Now I want To get From this href value="/sites/Android/Shared%20Documents/1.txt\"
as well file name =1.txt which is enclosed in anchor tag
In short i want to split every value of HTML TAG
Is There anyway to Do this..??
If Yes then please give me suggetion how to achieve this...
Any help greatly appreciated.