We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec02b4 commit 012eaf6Copy full SHA for 012eaf6
common/content/hints.js
@@ -851,7 +851,7 @@ const Hints = Module("hints", {
851
// Build a regex for fuzzy matching with the input.
852
//
853
// If the input is 'abc', the regex will be '[^a]*a[^b]*b[^c]c'.
854
- var escapeChar = new Set("()[{.*\\");
+ var escapeChar = new Set("()[{?.*+^$|\\");
855
for (var i = 0, j = hintString.length; i < j; i ++) {
856
var char = hintString[i];
857
0 commit comments