I deal with strings that contain Greek and English (Latin) text. I\'d like to use a regex to catch all the Greek words that contain 4 or more characters on them.
Using r
Are you using the UTF-8 pattern modifier?
/\p{Greek}{4,}/u