Rinser/node_modules/lodash/internal/reInterpolate.js
2015-07-20 14:42:07 +01:00

5 lines
115 B
JavaScript

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