Thanks, the dot all options seems to be what I was looking for. I think I had those regex settings largely the way they were by trial an error after getting some wierdness finding two <i></i> blocks in the same paragraph (though that's probably a minimal match issue).
As I mentioned, with regexes encompassing larger potential hits like this I typically iterate through them one at a time since as you say there is a lot of room for error. So between the hammer (TagMechanic) and the scalpel (dotall search) I think I should have my bases covered.
Thanks to you both!
|