Android : Java regular Expression for the below content

on Friday, September 19, 2014


How do I extract the particular text from the below content with java.Might be simple but I am just a beginner.


[p][a href="http://myimagefactorycollection.files.wordpress.com/2014/09 /2db83fcf95c5fc036a00abfb412f50e4.jpg"][/p][p][a href="http://myimagefactorycollection.files.wordpress.com/2014/09 /2db83fcf95c5fc036a00abfb412f50e4.jpg"][/p]



Output:
http://myimagefactorycollection.files.wordpress.com/2014/09
/2db83fcf95c5fc036a00abfb412f50e4.jpg
http://myimagefactorycollection.files.wordpress.com/2014/09
/2db83fcf95c5fc036a00abfb412f50e4.jpg

0 comments:

Post a Comment