Rainie3535 / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

RegEx replace does not work #1165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
0.4.905 / Windows

I have a RegEx (which is found ok when clicking on the ">" arrow to the right 
of the "Find:" input box).
However, when I click on the ">" arrow to the right of the "Replace:" input 
box, the text is not replaced, the editor just highlights the next matching 
text.

Find regex: ([a-zA-Z0-9])</p>\s*<p class="calibre1">
Replace: \1 

Original issue reported on code.google.com by frank.ki...@gmail.com on 10 Jan 2012 at 11:00

GoogleCodeExporter commented 9 years ago
Fixed in git.

Original comment by john@nachtimwald.com on 13 Jan 2012 at 1:32