Thread: Regex examples
View Single Post
Old 12-30-2018, 01:57 PM   #561
cereburn
Junior Member
cereburn began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Dec 2018
Device: Android/MoonReader
New to Regex - not sure where I went wrong

I've got a PDF that I used Calibre to convert to ePUB but at the top of each page in the PDF was a piece of page bling next to the page number that is now mixed in with the text of the doc.

Code:
file:///K|/eMule/Incoming/88%20sci-fi%20aWizard.html (77 of 309)16-8-2007 23:50:31
When I try to search for this just using:

Code:
\A file
it doesn't result at all

if I use:

Code:
\A file:///K|/eMule/Incoming/88
then it finds and highlights eMule/Incoming/88

I've tried adding \ to each of the escape required characters above, but that breaks the search back to where I was when I started.

My goal is to setup a search and replace for everything starting with file up to and including the first following <p>
cereburn is offline   Reply With Quote