I know it sounds a bit odd but I have a string:
<img src="image1.gif" width="20" height="20"><img src="image3.gif" width="20" height="20"><img src="image2.gif" width="20" height="20">
Is there a easy way to get this into an array of
array('image1.gif','image3.gif','image2.gif');
Thanks.