Quote:
Originally Posted by JSWolf
... Regex should be able to say I want the next instance of </span> after the <span>. But we cannot do it. So regex should be updated to handle such things.
|
surely that is almost trivially easy to write regex for- just write a lazy find expression.
I'd do it for you but I'm feeling a lttle lazy myself , right now

wasn't one presented a few posts back ?