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