I am trying to fetch the data from the html page. This data is image link. Page has always different content so only way is to use regular expression. There is only one match on the page with the following style
<img src="imglink" alt="texttext textex" style="border:1px solid #FFFFFF"/>
What am I using to get the imglink
"<img src=\"(.*)\""
Is there something I don't know about using regular expression? I must be easy as pie, but it get me all the text after < and before />