Thread: Regex examples
View Single Post
Old 03-04-2014, 01:31 PM   #310
gipsy
Connoisseur
gipsy began at the beginning.
 
Posts: 81
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura HD
I try to make a step forward. But i failed :P

to exclude some results (for example the γερο- from γερο-Κομπ) i try the

Find: (?<![\x{0370}-\x{03FF}\x{1F00}-\x{1FFF}])([^(γερο)\-][\x{0370}-\x{03FF}\x{1F00}-\x{1FFF}]+)-(?!\1)
Replace: \1

but it also exclude words like γκρεμοτσακι-ζόταν and γρα-τζουνιές

Any thoughts?

Thanks again
gipsy is offline   Reply With Quote