Home
last modified time | relevance | path

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

/third_party/node/lib/
Drepl.js1641 const countMatches = (regex, str) => { function
1649 const dw = countMatches(/[{(]/g, cmd);
1650 const up = countMatches(/[})]/g, cmd);