AI_botter/node_modules/lodash/_reInterpolate.js
2024-04-30 17:46:10 -08:00

4 lines
115 B
JavaScript

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