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
π Now each character in an input string receives its own copy of RegExp instance for normalization, due to a bug reported in #112 which was caused by reusing the same RegExp instance will cause its internal lastIndex state to be incremented and not reset thus failing subsequent matching character in the same string to produce false when calling .test() method.