-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support Callouts
#20
Comments
Yeah,
|
I don't think any other callouts except Fortunately, not supporting callouts is not much of a loss, since although the |
I had been looking at #1 yea
\(\?
\{(?<g1>\{)?+(?<g2>\{)?+(?<g3>\{)?+(?<g4>\{)?+(?<g5>\{)?+
.+?
\}(?(<g1>)\})(?(<g2>)\})(?(<g3>)\})(?(<g4>)\})(?(<g5>)\})
\) tho I have no idea how you could implement them in straight JS regex |
Yup! I updated the readme shortly after Oniguruma 6.9.10 was released. 😊
It's great for things like
Can you give an example or explain how they work? The docs for them are difficult to make sense of.
Unless there's some nuance to them I don't yet understand, it's not possible even with the help of a |
|
Nice explanation. Using |
the easiest would just be
(*FAIL)
which can just be
(?!)
https://github.com/kkos/oniguruma/blob/master/doc/RE#L330-L357
https://github.com/kkos/oniguruma/blob/master/doc/CALLOUTS.BUILTIN
The text was updated successfully, but these errors were encountered: