Python regex matching Unicode properties

The regex module (an alternative to the standard re module) supports Unicode codepoint properties with the \p{} syntax.

Leave a Comment