Forum Moderators: coopster
I am looking for a regex to match something like this:
<img src="http://xyz.jpg" alt="anything" width="x" height="y" />
What I mean is match anything that is between the "<img" and the "/>"
I am terrible at this sort of thing and have attempted this, which does not seem to work:
/<img(.*)\/>/Usi
Any help appreciated,
Thank you in advance