Files
biomedjs/node_modules/lodash/internal/reInterpolate.js
Dobie Wollert 411ee25a5e more work
2015-04-20 05:31:12 -04:00

5 lines
115 B
JavaScript

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