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