phpadsnew

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Regexp should be...

Code: Select all

/<img([^>]*)>/
Too

Code: Select all

/<img\1 />/
Although I don't know enough about back references to prevent it from double-operating on already fixed ones... untested too.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

shucks. I reported it as a bug on sourceforge... and they said they'll get to it some day. Those smurfs. Son of a smurf.
Post Reply