summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/_reEscape.js
blob: 7f47eda68f41e26360191095214ebcd8b4f7bb79 (plain)
1
2
3
4
/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;

module.exports = reEscape;