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
Fix a problem where a capture marker inside regex was recognized as a grouping
parenthesis, and could overrun the regex if there was another paren on the same
line. Fixes Issue #24