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