Quote:
Originally Posted by regis221
"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:
|
You do not nee all those commas.
The character set represented by [characters] matches all characters in the brackets (even if some are repeated

).