Edit File: _reInterpolate.js
/** Used to match template delimiters. */ var reInterpolate = /<%=([\s\S]+?)%>/g; module.exports = reInterpolate;
Back to File Manager