-
Notifications
You must be signed in to change notification settings - Fork 20
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
Parse \p{…} and \P{…} in Unicode mode #78
Conversation
We probably don’t want to enable this by default. How do we go about this? |
I went with |
Thanks for providing this PR!
Is that part of the spec, that this feature only becomes active when the unicode flag is set? (Did not read it, just wondering if having this implicit dependency is a good idea / necessary) Beside this, the implementation LGTM. I am wondering more what's the best way to support the Adding a third argument to Therefore, how about making the third argument to @mathiasbynens, what do you think? PS: An orthogonal way to your PR would be to extend |
Thanks for taking a look!
There is no spec yet, but once a spec for this feature is written it will only allow I like your idea of using a |
3f3d107
to
5a88d50
Compare
This looks great! Thanks for the quick update @mathiasbynens -> merge! |
@mathiasbynens: Do you want me to create a new npm release or do you have anything else in flight that you want to get in before cutting a new version? Also: The new version should be |
Yeah, v0.2.0 sounds good! Let’s publish once you’ve been able to review the CLI |
Ref. #77.