View Single Post
Old 07-24-2011, 11:40 PM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,807
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I see the error there was an extra < in the replace code

it should be:
Replace: <h3 \1</h3>

The way this pattern works:
Search for any line starting with <p class="calibre2">
and ending with </p>
The stuff between the ( ) will be remembered, which will bring along any ID values.

the replace puts a <h3 in the spot that was the <p
that is followed by all the stuff remembered (the \1)
finally we want to end the line with a </h3> (not the <</h3> I stuttered)
theducks is offline   Reply With Quote