Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/
Dcommon-tap.js287 var reEscape = /[\\[\](){}*?+.^$|]/g variable
289 return string.replace(reEscape, '\\$&')
/third_party/css-what/src/
Dparse.ts12 const reEscape = /\\([\da-f]{1,6}\s?|(\s)|.)/gi; constant
108 return str.replace(reEscape, funescape);