bool possiblyWithHTMLEntity(String? s) => s != null && s.contains('&') && s.contains(_regexpPossiblyHtmlEntity);