Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
imposeren opened this issue Jan 6, 2016 · 1 comment

Comments

@imposeren
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@imposeren @vtitor @disconnect3d and others