solorice/vscodium/extensions/zignd.html-css-class-completion-1.20.0/node_modules/lodash/_reInterpolate.js
2022-04-28 21:17:01 +03:00

5 lines
115 B
JavaScript

/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;