-
Notifications
You must be signed in to change notification settings - Fork 61
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
Re.Posix does not implement character class expressions? #213
Comments
It appears that Unless this is a misunderstanding, I would prefer a more explicit documentation what language is implemented or a a clear warning upfront about the exceptions. Since there is no warning when character class expressions are used, this may come as a surprise. |
I think you need:
instead of just:
Character class expressions are meant to be used inside bracket expressions. |
Thank you! That makes a lot of sense - so it is a misunderstanding on my part - will test it:
This is re 1.10.4. An explicit error is an improvement but is still looks like this is not implemented. |
Ah, indeed, that does not appear to be implemented. It is, however, available in I see the following code in else if accept ':' then begin
raise Not_supported (*XXX*) I suppose that's basically a "TODO"? |
Re.Posix doesn't support character class Signed-off-by: Rudi Grinberg <[email protected]> <!-- ps-id: e4ad97fe-6d31-411e-8a88-d1035a11592d -->
Re.Posix doesn't support character class Signed-off-by: Rudi Grinberg <[email protected]> <!-- ps-id: e4ad97fe-6d31-411e-8a88-d1035a11592d -->
No description provided.
The text was updated successfully, but these errors were encountered: