View Single Post
Old 11-01-2014, 10:33 AM   #5
regis221
Junior Member
regis221 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: kobo glo
Quote:
REGEX mode search:
Code:
\.</p>\s+<p class="calibre1">\s*</p>
Replace:
Code:
.</p>
Note I escape the period in the search because it is a wildcard
"No matches found"

Solution:
search:
Code:
([-,—,a,ą,b,c,ć,d,e,ę,f,g,h,i,j,k,l,ł,m,n,ń,o,ó,p,r,s,ś,t,u,w,y,z,ź,ż,0,1,2,3,4,5,6,7,8,9])</p>\s+<p class="calibre1">
replace:
Code:
\1

Last edited by regis221; 11-06-2014 at 08:29 PM.
regis221 is offline   Reply With Quote