Expand description
Used for removing diacritics from a string.
§Examples
let new_string = diacritics::remove_diacritics("TÅRÖÄÆØ");
assert_eq!("TAROAAO", new_string);Functions§
- remove_
diacritics - This function removes diacritics and weird character and returns a more standardized string.