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