Website/node_modules/lodash/internal/reInterpolate.js
2015-12-02 18:21:44 -05:00

5 lines
115 B
JavaScript

/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;