How can I get string that is between " and " and also is in <IMG ... >
So simply, how to get this:
file:///C:/abc.png
file:///C:/cba.png
from this:
<BODY>
<IMG alt="" src="file:///C:/abc.png"><br>
<IMG alt="" src="file:///C:/cba.png">
</BODY>
The information is received dynamically