toNormalize method

String toNormalize()

Implementation

String toNormalize() {
  return toLowerCase().removeDiacriticalMarks();
}