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
XRegExp was chosen for the "x" flag and non en-US alphabet matching, as well as hopes for using extended features in the future for improved parsing. Problems with named capture groups in XRegExp are making it a liability. Moving to regex will hopefully solve the problem. The biggest possible hiccup might be the \pL and \pN character matching.
The text was updated successfully, but these errors were encountered:
XRegExp was chosen for the "x" flag and non en-US alphabet matching, as well as hopes for using extended features in the future for improved parsing. Problems with named capture groups in XRegExp are making it a liability. Moving to regex will hopefully solve the problem. The biggest possible hiccup might be the \pL and \pN character matching.
The text was updated successfully, but these errors were encountered: