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