View Single Post
Old 11-10-2010, 07:52 PM   #2
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: 31,108
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by jhempel24 View Post
I want to be able to search for example:


But replace 62 with another number automatically. Is there a way to make Sigil search for the string while making the number a wildcard so I can delete them??

Thanks!
use regex mode
Code:
\*\*<p class="calibre1 calibre5 sgc-1">Page \d+</p>\*\*
Replace with a nil (blank) replace string

note space\d+ replaces any amount of digits following the space
theducks is offline   Reply With Quote