Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
lodash
/
_reInterpolate.js
blob: d02ff0b29a33ae50c56a564781015f7f962b9059 [
file
] [
log
] [
blame
] [
edit
]
/** Used to match template delimiters. */
var
reInterpolate
=
/<%=([\s\S]+?)%>/
g
;
module
.
exports
=
reInterpolate
;