Quote:
Originally Posted by crutledge
In past discussions, the use of isolating a block of html allowing all regex operate only on the isolated block. Very handy.
If this has been implemented how does one activate it?
|
Hi, Charlie:
I don't know if your budget allows it, but have you considered RegexBuddy for that type of thing? I find it invaluable, both for my endless (and endless and endless) learning of Regex, studying other people's regex to find great ideas, and for precisely this type of thing: pop a block of text in, regex it and copy it back to the source document.
I suppose, without spending any ducats, you could simply do the same thing (I've done this, also) by copying the block in question to your HTML editor (I'm a NoteTabPro fan, myself), do the regex and then copy it back. Those are my best suggestions.
Hitch