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
The documentation here indicates a missing lower bound is not expected. To return an error change lib/tre-parse.c line 631 to: if (max >= 0 && (min < 0 || min > max || max > RE_DUP_MAX))
Using R:
I would expect either
FALSE
or an "invalid regex" error.More details can be found in my original Stack Overflow question.
The text was updated successfully, but these errors were encountered: