Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
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
;