suggestion: use regex module to support unicode word characters and similar
imposeren opened this issue · 1 comments
imposeren commented
Curent implementaion will only match latin characters when VerEx().word() is used. To support unicode word characters re module should be replaced with regex module: https://pypi.python.org/pypi/regex
disconnect3d commented
Can you give some examples that can't be fixed by adding method to make VerbExp use re.UNICODE flag?