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
Auto merge of #339 - robinst:patch-2, r=BurntSushi
docs: Fix unescaped `[` in character class
Compiling the regex as it was documented before results in:
> Syntax("Error parsing regex near \'-/:-@[-`{-\' at character offset 7: Use of unescaped \'[\' in character class is not allowed.")
0 commit comments