Files
lodash/_reInterpolate.js
2017-01-09 12:20:58 -08:00

5 lines
115 B
JavaScript

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