UNPKG

106 BJavaScriptView Raw
1/** Used to match template delimiters. */
2var reEvaluate = /<%([\s\S]+?)%>/g;
3
4export default reEvaluate;