in reply to Re^3: regex for search and replace of words in HTML
in thread regex for search and replace of words in HTML

Welp, that's it, and much more reliable... I usually try to use HTML parsing modules in my code, but couldn't get around that positional road block and tried to roll my own.

As an aside, this:

<img src="image.jpg" alt="<><><><">

Does quite a handy job of fouling up my "parser" as well.

Much appreciated.

Thanks,
Justin