Skip to content

Instantly share code, notes, and snippets.

@IonianIronist
Last active April 30, 2020 15:40
Show Gist options
  • Save IonianIronist/3c05bbb8c7059de5ef29b8ba12684be5 to your computer and use it in GitHub Desktop.
Save IonianIronist/3c05bbb8c7059de5ef29b8ba12684be5 to your computer and use it in GitHub Desktop.
>>>import re
>>> rexp = re.compile(r'[\u0384\u00A8].')
>>> for m in rexp.finditer('Αθ΄ηνα Αχα¨ικ΄ες Εκδ΄οσεις'):
... print(m.group(0))
...
΄η
¨ι
΄ε
΄ο
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment