source:
imaps-frontend/node_modules/lodash/_reInterpolate.js@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 115 bytes |
Line | |
---|---|
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.