Searched refs:slashRE (Results 1 – 2 of 2) sorted by relevance
7 const slashRE = /\//g; constant59 input = input.replace(slashRE, '\\');71 const input = `C:${test[0].replace(slashRE, '\\')}`;
9 const slashRE = /\//g; constant49 actualAlt = actual.replace(slashRE, '\\');