Skip to main content
Module

x/lodash/_reInterpolate.js

A modern JavaScript utility library delivering modularity, performance, & extras.
Extremely Popular
Go to Latest
File
/** Used to match template delimiters. */var reInterpolate = /<%=([\s\S]+?)%>/g;
export default reInterpolate;