I have a difficulty using \\b and greek characters in a regex.
\\b
At this example [a-zA-ZΆΈ-ώἀ-ῼ]* succeeds to mark all the words I want (both
[a-zA-ZΆΈ-ώἀ-ῼ]*
Try something like this:
\s[a-zA-ZΆΈ-ώἀ-ῼ]{2}\s