Hi,
i use the following regex to combine lines.
Code:
find: ([αάβγδεέζηήθιίκλμνξοόπρσςτυύφχψωώΑΆΒΓΔΕΈΖΗΘΙΊΚΛΜΝΞΟΌΠΡΣΤΥΎΦΧΨΩ,'’]</p>)\s(<p>[αάβγδεέζηήθιίκλμνξοόπρσςτυύφχψωώΑΆΒΓΔΕΈΖΗΘΙΊΚΛΜΝΞΟΌΠΡΣΤΥΎΦΧΨΩ,'’])
replace: \1 \2
sometimes i have some word</i></p> <p>word or </p> <p><i>word
there is any easy way to make a expresion for all those?
Thanks