Left Double & Right Double quotes in Find & Replace
Left Double & Right Double quotes in Find & Replace
I am going through a 300 page story replacing regular quotes (") with Left Double and Right Double quotes. I did a Find & Replace for a quote after the Paragraph End Mark with a Left Double after the Paragraph End Mark. When I did a Replace All it went into an endless loop and did not finish as if it considered the Left Double quote the same as a regular quote, the same happened when using a Right Double quote in replacement. I was able to escape out of both instances. How do I get this to work so it does not see Left & Right as a regular quote?
Atlantis 5
Windows 11 Pro for Workstations
Windows 11 Pro for Workstations
Hi Alan,
You can use a regex pattern from the document posted on this forum at Atlantis Word Processor - Examples Of Regex Patterns III:
The relevant Find/Replace regex pattern in the above document is named “Find text enclosed within straight double quotes. Replace the straight double quotes with smart double quotes”
HTH.
Cheers,
Robert
You can use a regex pattern from the document posted on this forum at Atlantis Word Processor - Examples Of Regex Patterns III:
The relevant Find/Replace regex pattern in the above document is named “Find text enclosed within straight double quotes. Replace the straight double quotes with smart double quotes”
HTH.
Cheers,
Robert
Re: Left Double & Right Double quotes in Find & Repl
Please check the "Exact match" option in the "Find/Replace" dialog (you might need to click the "More" button in the dialog to access the option).Alan wrote:When I did a Replace All it went into an endless loop and did not finish as if it considered the Left Double quote the same as a regular quote, the same happened when using a Right Double quote in replacement.