Removes diacritical marks (accents) from a string.
The input string.
A new string with all accents removed.
1.1.0
stripAccents("café"); // "cafe"stripAccents("fiancée"); // "fiancee"stripAccents("über"); // "uber" Copy
stripAccents("café"); // "cafe"stripAccents("fiancée"); // "fiancee"stripAccents("über"); // "uber"
Removes diacritical marks (accents) from a string.