Thread: Regex examples
View Single Post
Old 03-02-2014, 02:09 PM   #302
gipsy
Connoisseur
gipsy began at the beginning.
 
Posts: 81
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura HD
Hi,
i use the following regex to replace some hyphenation of words.

Find: (\p{Greek})-(\p{Greek})
Replace: \1\2

There is an way to ignore some of the regex results?
for example to ignore: πλάι-πλάι, ίσα-ίσα, μισό-μισό and all the - with the same word as \1 and \2

Thanks
gipsy is offline   Reply With Quote