Quote:
Originally Posted by DiapDealer
You've not said what your search string was. It might be easier (and more instructive) to show what you might be doing wrong.
However, if I had to guess, I'd say that whatever search expression you're using isn't taking into account the line breaks/white-space between the two lines of code you're trying to match.
Given that the example you gave is consistent through the code, an expression to find what you're looking for (the one without the </span> involved) could be as simple as:
(make sure you're actually typing the emdash character here)
Code:
—</p>\s+<p class="calibre2">
replace it with an emdash (or emdash - <space> depending on your preference)
|
I wondered about the white space between the two lines. This is the search string I was using:
Find: ([a-z])</p>\s+<p class="calibre2"> Replace: \1 In the replace expression, it is \1 followed by a single space.