lexpy icon indicating copy to clipboard operation
lexpy copied to clipboard

Why the restriction on special chars in a wildcard pattern?

Open melsabagh opened this issue 2 years ago • 2 comments

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

https://github.com/aosingh/lexpy/blob/b69e0297fc94fe51ea897d311f50230497eb6b93/lexpy/_utils.py#L14

melsabagh avatar Jun 18 '22 23:06 melsabagh

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 avatar Jun 21 '22 15:06 aosingh

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.

aosingh avatar Sep 07 '22 07:09 aosingh