Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/chalk/
Dtemplates.js4 const STRING_REGEX = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; constant
36 } else if ((matches = chunk.match(STRING_REGEX))) {
/third_party/node/tools/
Dlint-md.mjs1559 const STRING_REGEX$1 = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/;
1599 } else if ((matches = chunk.match(STRING_REGEX$1))) {
14534 const STRING_REGEX = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; constant
14566 } else if ((matches = chunk.match(STRING_REGEX))) {