in reply to Re: Regex to "wrap" a <span around an image.
in thread Regex to "wrap" a <span around an image.
You know that your regex will fail?
Example HTML code snippet:
<img src="greater.gif" alt=">">
Yes, it's not nice to put an unescaped > there, but it's legal and I see it more than often when dealing with jsf and woodstock tag library.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Regex to "wrap" a <span around an image.
by monarch (Priest) on Dec 01, 2008 at 23:58 UTC | |
by Skeeve (Parson) on Dec 12, 2008 at 23:47 UTC |