Sign in
cobalt
/
cobalt
/
c52866be1febb1c09c04df4cb93d87f3595f4dc1
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
lodash
/
_reInterpolate.js
blob: d02ff0b29a33ae50c56a564781015f7f962b9059 [
file
] [
log
] [
blame
]
/** Used to match template delimiters. */
var
reInterpolate
=
/<%=([\s\S]+?)%>/
g
;
module
.
exports
=
reInterpolate
;