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