_reInterpolate.js 115 Bytes Raw Blame History Permalink 1 2 3 4 /** Used to match template delimiters. */ var reInterpolate = /<%=([\s\S]+?)%>/g; module.exports = reInterpolate;