Sign in
cobalt
/
cobalt
/
4db9f13a160f367210321ab353f1fd251699bffb
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
_reEscape.js
blob: 7f47eda68f41e26360191095214ebcd8b4f7bb79 [
file
] [
log
] [
blame
]
/** Used to match template delimiters. */
var
reEscape
=
/<%-([\s\S]+?)%>/
g
;
module
.
exports
=
reEscape
;