View Single Post
Old 01-21-2014, 12:01 PM   #1
Alt68er
Member
Alt68er began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Dec 2013
Device: Pocketbook touch lux (623)
How to search/replace double quote with left/right double quote ?

Hi,

I have a lot of ebooks which are using the correct left double quote but at the end the double quote instead of the correct right double quote.

When doing a search and replace then ALL the double quotes are replaced which is not really helpfull in case of

Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
or

Code:
<p><span class="S-T">
or similar expressions.

I want to replace them only within the "normal" text.

Can anyone tell me please how I can do that? I did not find a way by myself...

1000 thanks in advance and regards,
Peter
Alt68er is offline   Reply With Quote