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?
|