View Single Post
Old 04-19-2011, 03:15 AM   #1
jhempel24
Wizard
jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.jhempel24 ought to be getting tired of karma fortunes by now.
 
jhempel24's Avatar
 
Posts: 2,157
Karma: 7068605
Join Date: Dec 2007
Device: Amazon Kindle Paperwhite, B&N Nook Colro
Find and replace stopped working

So I'm trying to figure out what I"m doing wrong. Find and Replace just stopped working, it won't replace anything.

I'm putting in this:

Quote:
<p class="calibre4"><span class="calibre7">2</span></p>
And I want to increase the number for chapters, so I'm putting this in the Find and Replace box in REGEX:

Quote:
<p class="calibre4"><span class="calibre7">(\d+)</span></p> -- I've done this with and without parentheses
Then replacing with:

Quote:
<h2 align="center">\1</h2> -- I've also tried the other slash, number first as well as behind
Any thoughts as to why it won't replace anything?

Thanks!!
jhempel24 is offline   Reply With Quote