blob: d02ff0b29a33ae50c56a564781015f7f962b9059 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001/** Used to match template delimiters. */
2var reInterpolate = /<%=([\s\S]+?)%>/g;
3
4module.exports = reInterpolate;