I have a StringBuffer with a HTML Site in it and want to have some specific information of this Site.
1 line is f.e.:
img class="a" data-src="http://test.com" src="" /<
and i want a String with "http://test.com".
Is there a function/parser which can help me?