mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Bump to v3.0.0.
This commit is contained in:
4
internal/reInterpolate.js
Normal file
4
internal/reInterpolate.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/** Used to match template delimiters. */
|
||||
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
||||
|
||||
module.exports = reInterpolate;
|
||||
Reference in New Issue
Block a user