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
A repeated assertion, like \b+ causes an infinite loop, since it checks the same position over and over without advancing in the input. We should reject regexes with this pattern and prevent RegexBuilder regexes from creating them.