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
searcher.js: Escape characters when building regexps (#1397)
Otherwise characters with regexp meaning ~like `.` won't behave as
expected~.
Actually `.` when inside `[]` doesn't have a special meaning, however
`\` and a few other break the search.
0 commit comments