toNormalize method

String toNormalize()

Normalize the string.

Implementation

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