PythonVerbalExpressions icon indicating copy to clipboard operation
PythonVerbalExpressions copied to clipboard

suggestion: use regex module to support unicode word characters and similar

Open imposeren opened this issue 9 years ago • 1 comments

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

imposeren avatar Jan 06 '16 17:01 imposeren

Can you give some examples that can't be fixed by adding method to make VerbExp use re.UNICODE flag?

disconnect3d avatar Feb 11 '16 20:02 disconnect3d