bool possiblyWithHTML(String? s) { return s != null && (possiblyWithHTMLTag(s) || possiblyWithHTMLEntity(s)); }