5 lines
105 B
JavaScript
Raw Permalink Normal View History

2023-10-24 12:26:58 +04:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;