WLJS LogoWLJS Notebook

RemoveDiacritics

RemoveDiacritics[string] replaces characters in string that have diacritics by their base ASCII characters, when possible.

Examples

Remove diacritics from text:

RemoveDiacritics["café"]
(* "cafe" *)

Please visit the official Wolfram Language Reference for more details.

On this page