ex17-06-3
実行結果
Array [ "
", "
", ]
ソース
const html = '<br> [!CDATA[[<br>]]'; const matches = html.match(/<br>/ig); console.log(matches);