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

Why the restriction on special chars in a wildcard pattern? #8

Open
melsabagh opened this issue Jun 18, 2022 · 2 comments
Open

Why the restriction on special chars in a wildcard pattern? #8

melsabagh opened this issue Jun 18, 2022 · 2 comments
Assignees
Labels

Comments

@melsabagh
Copy link

Why is the restriction on special chars in a wildcard pattern needed?

__illegal_characters_re = r'[^\w?*]+'

@aosingh aosingh self-assigned this Jun 21, 2022
@aosingh
Copy link
Owner

aosingh commented Jun 21, 2022

Thanks @melsabagh-kw

These were added in version 0.1 of lexpy. Maybe it does not make sense.

Let me think about this a bit and I will soon release a new version of lexpy where this will be addressed

@aosingh aosingh added the fixed label Aug 30, 2022
@aosingh
Copy link
Owner

aosingh commented Sep 7, 2022

This is fixed in lexpy=1.0.0

pip install lexpy==1.0.0

Please test it and let me know if you have any questions.

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

No branches or pull requests

2 participants