Sign in
cobalt
/
cobalt
/
08336faa599332e3e3bf29b7ad38ef023018b55e
/
.
/
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
;