mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 13:50:53 +02:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
/** Used to match template delimiters. */
|
|
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
|
|
|
module.exports = reInterpolate;
|