_reEscape.js 105 B

1234
  1. /** Used to match template delimiters. */
  2. var reEscape = /<%-([\s\S]+?)%>/g;
  3. module.exports = reEscape;