Quote:
Originally Posted by theducks
are you supposed to escape the \3 
|
No -- you escape the 3 by saying \3 and making it special...
Quote:
Originally Posted by jhowell
That RE will also match the following text:
<h1>title</h1>this has <b>bold</b> text.<h2>subtitle</h2>
|
True, which is why I prefer to search for rendered text with
instead of
But the main issue is capturing the right backreferences.