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
The current engine disallows unspace in regexex as too ambiguous.
This is fine for actual whitespace, but is counterintuitive when people
try to backslash the # character. So \# is now specifically allowed
to match a literal # character.
0 commit comments