UNPKG
lodash-compat
Version:
latest (3.10.2)
3.10.2
3.10.1
3.10.0
3.9.3
3.9.2
3.9.1
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.1
3.0.0
The compatibility build of lodash modular utilities.
lodash.com
lodash/lodash-compat
lodash-compat
/
internal
/
reEvaluate.js
5 lines
(3 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
/** Used to match template delimiters. */
var
reEvaluate
=
/<%([\s\S]+?)%>/g;
module
.
exports
= reEvaluate;