ex17-06-3

ソース

const html = '<br> [!CDATA[[<br>]]';
const matches = html.match(/<br>/ig);
console.log(matches);