Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d02ff0b29a33ae50c56a564781015f7f962b9059
[aai/esr-gui.git]
/
1
/** Used to match template delimiters. */
2
var reInterpolate = /<%=([\s\S]+?)%>/g;
3
4
module.exports = reInterpolate;