toDeburr property

String toDeburr

Deburrs string by converting Latin-1 Supplement and Latin Extended-A letters to basic Latin letters and removing combining diacritical marks.

Implementation

String get toDeburr => deburr(this);