Home
last modified time | relevance | path

Searched +defs:regex +defs:syntax (Results 1 – 1 of 1) sorted by relevance

/third_party/node/tools/
Dlint-md.mjs3677 const regex = isState constant
3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property
3741 picomatch$3.test = (input, regex, options, { glob, posix } = {}) => { argument
3786 const regex = glob instanceof RegExp ? glob : picomatch$3.makeRe(glob, options); constant
3888 const regex = picomatch$3.toRegex(source, options); constant
21524 syntax: create$1(SyntaxError), property
22569 regex argument
22596 const regex = makeRegex(pattern, negative, ignorecase); constant
34208 function regexCheck(regex) { argument