"use strict"; let mxReplyRegex = /]*)?>[\s\S]*<\/mx-reply\s*>/u; module.exports = function stripHTMLReplyFallback(html) { return html.replace(mxReplyRegex, ""); };