This quick and dirty regex should do the trick:
Find:([\p{Greek},'’][</ib>]*)</p>\s+<p>([<ib>]*[\p{Greek},'’])
Replace:\1 \2
However, I'd probably remove the comma in the second part of the regex since paragraphs are not likely to start with a comma.
|