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
There are a number of unsupported meta-characters that the standard Java regexes support. While I don't know if I'd support all of them, we should make sure that, for sake of avoiding confusion, it's not true that this library will parse them and give them a meaning different from what the standard library does.
There are a number of unsupported meta-characters that the standard Java regexes support. While I don't know if I'd support all of them, we should make sure that, for sake of avoiding confusion, it's not true that this library will parse them and give them a meaning different from what the standard library does.
Case in point:
backreferences:
\1
quotation:
\Q
,\E
reluctant quantifiers:
X??
possibly others.
The text was updated successfully, but these errors were encountered: