I have a string extracted from the DB in this way:
<p><img style="margin: 5px; float: left;" alt="rotary-wheelchairs" src="images/stories/DSC_0693_400x400.jpg" />In a 2 week period, the Rotary Club of Playa, in partnership with the... 145 wheelchairs to disabled children and adults. </p>
I'd like to extract these three values from that string:
1- img: all the img tag or at least the value of the src
2- The alt value
3- The plain text, example "In a 2 week period, the..."
Any idea how can I achieve this?