String getText(String text) { text = text.replaceAll('&', '&'); return overflow != null ? text.replaceAll('', '\u200B') : text; }