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

consider additional regex flags #198

Open
lonnen opened this issue Mar 30, 2022 · 0 comments
Open

consider additional regex flags #198

lonnen opened this issue Mar 30, 2022 · 0 comments

Comments

@lonnen
Copy link
Collaborator

lonnen commented Mar 30, 2022

The regex library offers a number of additional flags over the builtin re library.

https://pypi.org/project/regex/#flags

The unicode flag was removed from re in Python 3 but functions in regex. Without it regex will check the type first and try to do the right thing. Some of the other flags, like REVERSE or ASCII may be useful. Maybe even the fuzzy matching flags.

Needs investigation

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

No branches or pull requests

1 participant