projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7f47eda68f41e26360191095214ebcd8b4f7bb79
[platform/framework/web/crosswalk-tizen.git]
/
1
/** Used to match template delimiters. */
2
var reEscape = /<%-([\s\S]+?)%>/g;
3
4
module.exports = reEscape;