View Single Post
Old 10-21-2010, 10:58 PM   #1
Pat Nickholds
Junior Member
Pat Nickholds began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2010
Device: Kobo
Search & Replace

I am cleaning up the formatting of a number of EPUB books converted from PDF by CALIBRE.

I am using the REPLACE via CODE VIEW and find it extremely powerful...eg
FIND WHAT: a</p> <p class="calibre4">
REPLACE WITH: a <space>
..will neaten everything up.

However I need to go thru the alphabet (and coma, semi colon, etc) to get the formatting complete - very time consuming.

In a attempt to automate the process somewhat I am now experimenting with REGULAR EXPRESSIONS and have managed to work out the SEARCH or FIND WHAT: [a-z]</p> <p class="calibre4">
but I am struggling with the REPLACE WITH: statement.

Can anyone help?
Pat Nickholds is offline   Reply With Quote