Lines Matching refs:match
24 v.match(dataReg).forEach(element => {37 let match = dataReg.exec(v)38 if (!match) {41 start = match.index43 parseValue(match, res)44 next = start + match[0].length58 function parseValue(match, res) {59 let three= /^{{{.*}}}$/.test(match[0])60 let v = three ? match[1] : match[3]