I am trying to convert this:
[img,src=http://www.ANYTHINGHERE.com/image.png,width=55px,height=105px]<br />
To this:
<img src="http://www.ANYTHINGHERE.com/image.png" width=55px height=105px>
(without spaces)
I am trying with this regex:
/(\[img[| |,|]?[(src=(.*)?)|(width=(.*)?)|(height=(.*)?)|,]*)(\])/<br />
But it doesn't find the tag