define([], function() { /** Used to match template delimiters. */ var reInterpolate = /<%=([\s\S]+?)%>/g; return reInterpolate; });