mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 01:59:13 +08:00
4 lines
105 B
Text
4 lines
105 B
Text
/** Used to match template delimiters. */
|
|
var reEscape = /<%-([\s\S]+?)%>/g;
|
|
|
|
module.exports = reEscape;
|