Java String から画像の URL を取得したい:
String data = "[SyndContentImpl.value=<p><img class="alignnone size-full wp-image-134291"
title="Design Store(y): Poketo Photo"
src="http://3.design-milk.com/images/2013/03/storey-poketo-storefront-1.jpg"
alt="Design Store(y): Poketo in style fashion home
furnishings featured Category" width="500" height="333" /></p>";
私が試してみました
String pattern = "(http://)+[\\d\\w[-./]]*(.jpg)+";
しかし、データから画像の URL を取得できません。最後にこの URL が必要です
http://3.design-milk.com/images/2013/03/storey-poketo-storefront-1.jpg