A regex to find Greek characters in XML

A brief memo

Posted by Neven Jovanović on March 10, 2018

This is a regular expression covering (almost) all Unicode blocks with Greek characters: [\p{InGreek},\p{InGreekExtended},\p{InAncientGreekNumbers}]+.

All Unicode blocks are listed here.