Home
last modified time | relevance | path

Searched refs:regExpEscape (Results 1 – 3 of 3) sorted by relevance

/plugin/dev/www/
Dawesomplete.min.js2regExpEscape(e.trim()),"i").test(t)},r.FILTER_STARTSWITH=function(t,e){return RegExp("^"+i.regExpE… function
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js693 : (typeof p === 'string') ? regExpEscape(p)
945 function regExpEscape (s) { function
/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js161 const regExpEscape = s => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') function
841 typeof p === 'string' ? regExpEscape(p)