Files
lodash/internal/reEvaluate.js
John-David Dalton 9b7c4d6761 Bump to v3.0.0.
2015-05-19 22:25:55 -07:00

8 lines
133 B
JavaScript

define([], function() {
/** Used to match template delimiters. */
var reEvaluate = /<%([\s\S]+?)%>/g;
return reEvaluate;
});