Quote:
Originally Posted by theducks
<h2 class-"whatever" title="the real words for the TOC">
A little REGEXfoo and you can build the title= bit
|
What does "title=" do? When I look all I can find is <title>.
My regex was:
Search:
Code:
<p class="cn" id=".*?">(.*?)</p>\
<p class="ct">(.*?)</p>
Replace:
If there were a useful index I might have kept the ids, but word search seems as good.