test/node_modules/lodash/internal/reInterpolate.js
2018-12-13 14:35:49 +01:00

5 lines
115 B
JavaScript

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