blob: ca283a2bcb30d1decf23c8ae161b46979c4b7aa7 [file] [log] [blame]
'use strict'
const TAG_ALL_RX = /<[^>]+>/g
module.exports = (html) => html && html.replace(TAG_ALL_RX, '')