
pgcd
New User
Sep 9, 2002, 2:33 AM
Post #1 of 2
(6643 views)
|
Matching unclosed quotes
|
Can't Post
|
|
Hi all, I'm trying to find a way to match *unclosed* quotes in HTML tags, and forcibly close them just before the closing angular bracket - that is, convert <a href="blabla> into <a href="blabla"> and <img src='blabla> into <img src='blabla'> - only, I can't seem to find a way to do it... I hoped there would be an easy "negate backreference" trick, but that doesn't seem the case... If anyone could help (even by pointing at a resource), I'd be most grateful... pgcd
|