I have a file with lots of repeated blocks like this
<li>
<span>תמונה מאירוע</span>
<a href="images/gallerys/events/big/109.jpg"
title="תמונה מאירוע"><img
src="images/gallerys/events/thumbnails/109.jpg" alt="cars" />
</a>
</li>
I want to find pairs of texts of image url and thumb url My pattern is:
href='(.*)'(.*)title(.*)src='(.*?)'
The problem is returned to me the text from the first href to the last src