Searched +defs:match +defs:string +defs:no +defs:properties (Results 1 – 1 of 1) sorted by relevance
/third_party/node/tools/ |
D | lint-md.mjs | 1519 const stringReplaceAll$1 = (string, substring, replacer) => { argument 1538 const stringEncaseCRLFWithFirstIndex$1 = (string, prefix, postfix, index) => { argument 1664 const string = chunk.join(''); constant 1850 const applyStyle = (self, string) => { argument 2894 const match = /^\\+/.exec(remaining()); constant 3322 const match = REGEX_NON_SPECIAL_CHARS.exec(remaining()); constant 3604 const match = /^(.*?)\.(\w+)$/.exec(str); constant 3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property 3752 let match = input === glob; variable 4402 if (typeof str !== 'string' || str === '') { field in ReaddirpStream [all …]
|