char0n opened this issue 8 months ago · 4 comments
Tracking issue for:
Fully safe regexp: /\{([^{}]+)}|([^{}]+)/g
/\{([^{}]+)}|([^{}]+)/g
while ((text = re.exec(str))) { if (text[1]) results.push(text[1]); } return results;
The issue was mitigated in #3502
The issue was fully remediated in #3507