if (html == null || html.isEmpty()) { return html; for (int i = 0; i < sanitizeSrc.length; i++) { html = html.replace(sanitizeSrc[i], sanitizeDesc[i]); return html;
if (string == null) { return null; return string.replace("<", "<").replace(">", ">");
if (html == null || html.isEmpty()) { return html; return html.replace("\"", """);