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

Unicode characters with regexp ? #232

Closed
kunchtler opened this issue Jul 18, 2024 · 2 comments · Fixed by #233
Closed

Unicode characters with regexp ? #232

kunchtler opened this issue Jul 18, 2024 · 2 comments · Fixed by #233

Comments

@kunchtler
Copy link

Hello all,
Is there a reason why general unicode characters are not usable with regexp ?
I'm using this library to compute the regular expressions of automata with large alphabet (> 100 letters sometimes) so it would be nice to have this feature.
(I seem to have it working on my side by changing a single line of code with all tests still passing)
Thanks !

@eliotwrobson
Copy link
Collaborator

This had to do with the regex we used to do parsing. If you have a change that enables using any Unicode character, we'd be happy to review and accept a pull request!

@eliotwrobson
Copy link
Collaborator

PR was merged to develop, should go out with the next deploy.

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

Successfully merging a pull request may close this issue.

2 participants