-
Notifications
You must be signed in to change notification settings - Fork 27
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
Some regex bugs #63
Comments
I think the answer to
... which only exists in JDK9+. If you need it to work below that, there's |
I don't think the There's already one or two variable features for things that differ between 7 and 8. I just did all this work prior to 9. Probably don't need to support 7 anymore (since clojure doesn't, I don't think?), so some of that variability can be removed. |
and yes, |
(I'm planning on digging into this in early July if nobody else gets to it first) |
Just pushed fixes for both of these. |
\X
and\N{WHITE SMILING FACE}
;\X
can probably be parsed-but-not-supported (unless the definition turns out to be super easy to implement), and the other one might be an easy lookup on theCharacter
class or something, we'll seeThe text was updated successfully, but these errors were encountered: