Overrides HtmlToTextConverterInterface::convert
public function convert(string $html, string $charset) : string { return strip_tags(preg_replace('{<(head|style)\\b.*?</\\1>}is', '', $html)); }