mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-17 03:49:14 +08:00
4 lines
115 B
Text
4 lines
115 B
Text
/** Used to match template delimiters. */
|
|
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
|
|
|
module.exports = reInterpolate;
|