Quote:
Originally Posted by jhempel24
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