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
Any regex with # will actually fail because if it's not escaped. (since everything after # is a comment). You should probably probably auto-escape those as \x23
The text was updated successfully, but these errors were encountered:
Any regex with # will actually fail because if it's not escaped. (since everything after # is a comment). You should probably probably auto-escape those as \x23
The text was updated successfully, but these errors were encountered: