View Single Post
Old 10-29-2024, 05:44 PM   #1
DarkRookie2
Member
DarkRookie2 began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Oct 2019
Device: None
Issue with RegEx

I am trying to use RegEx to replace some things.

I have a lot of Page # and Page ## in the book.

I have used https://regexr.com/ and https://regex101.com/ to make figure out what I needed.

It turns out to be
Code:
(Page \d+)
But when I paste it into Sigil, it doesn't find any. I have made sure I have All HTML Files selected. And I did it on Current File on a few different HTMLs but it isn't picking up any of them.

Not sure what I am doing wrong.
DarkRookie2 is offline   Reply With Quote