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