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