You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have support for negation in Ocaml_re regular expressions?
To be clear, I am looking for some way to negate a sub-expression -- not just the negated character class [^..]. I tried ! and ?! and they did not seem to work.
Roshan
The text was updated successfully, but these errors were encountered:
Can we have support for negation in Ocaml_re regular expressions?
To be clear, I am looking for some way to negate a sub-expression -- not just the negated character class [^..]. I tried ! and ?! and they did not seem to work.
Roshan
The text was updated successfully, but these errors were encountered: