I need to remove:
<p style="float: left">
<img src="/path/path-123.jpg" alt="this is the title" />
from a string, where 123 can be any number 0 to 9, and “this is the title” changes too.
How can i do with with preg_replace ?