I need to read the string $mysting and replace all incident of e.x.
<img src="dummypic.jpg alt="dummy pic">
with
<img src="dummypic.jpg alt="dummy pic" title="dummy pic">
in other words add the title where it is missing, and make the title tag have the same value as the alt tag.
some incident my have additional parameters like border, with, height - and these should be left untouched ...