aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/lodash/internal/reEscape.js
blob: 7f47eda68f41e26360191095214ebcd8b4f7bb79 (plain)
1
2
3
4
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;

module.exports = reEscape;