atcheck/lsscanner/new_ubuntu/node_modules_win/lodash/_reEscape.js

5 lines
105 B
JavaScript
Raw Permalink Normal View History

2019-12-16 18:42:21 +01:00
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;