/** Used to match template delimiters. */ var reInterpolate = /<%=([sS]+?)%>/g;

module.exports = reInterpolate;