我試圖從給定的字符串獲取HTML圖像標記url。應該有一些正則表達式來獲取它。但不知道該怎麼做。誰可以幫我這個事。android java從字符串獲取html圖像標記
例如
I have string like this with <br> some HTML<b>tag</b>
with <img src="http://xyz.com/par.jpg" align="left"/> image tags in it.
how can get it ?
我只想http://xyz.com/par.jpg從字符串