Quote:
Originally Posted by eschwartz
I just noticed -- and fixed -- that.
Just don't close the span tag (in the negative lookahead), we don't need that to match anyway.
|
The problem is, your regex still isn't doing what it would need to do. The challenge is to remove a specific set of SPANs, namely those matching the form
Code:
<span class="koboSpan" id="koboxxx">content</span>
...regardless of whether the content itself has SPANs, and allowing for the specific ID value to vary.