removeAccents method

String removeAccents()

Implementation

String removeAccents() {
  return removeDiacritics(this);
}