source:
node_modules/lodash/_reInterpolate.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 115 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | /** Used to match template delimiters. */ |
2 | var reInterpolate = /<%=([\s\S]+?)%>/g; | |
3 | ||
4 | module.exports = reInterpolate; |
Note:
See TracBrowser
for help on using the repository browser.