4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-05-02 16:10:31 +08:00
2016-02-24 09:50:07 -08:00

5 lines
115 B
JavaScript

/** Used to match template delimiters. */
var reInterpolate = /<%=([\s\S]+?)%>/g;
module.exports = reInterpolate;