View Single Post
Old 09-11-2013, 06:37 AM   #1
ghostyjack
Guru
ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.
 
ghostyjack's Avatar
 
Posts: 718
Karma: 1085610
Join Date: Mar 2009
Location: Bristol, England
Device: PRS-T1, 1825PT, Galaxy Tab, One X, TF700T, Aura HD, Nexus 7
Replacing / with correct text

I've scanned some documents using ABBYY Finereader and I've since discovered that almost all of the ,' with a /.

I though this would be a good case for regex and for the find, I'm seeming to be successfull with:

Code:
[/]\s[a-z]
to locate the backslashes, but I'm struggling with what to put in as the replacement. I can't simply have it as ,' as my search is looking for all backslashes that precede a space and a lowercase letter.

I've tried

Code:
,’ \1
but that only seemed to work fine in EditPad Lite, not in Sigil as I've now converted it to an epub. So now it's an epub, I need a replace command that works there.
ghostyjack is offline   Reply With Quote