Removes accented characters from string.
string
The string from which to remove accented characters.
Returns the string with accented characters removed.
removeAccentedCharacters('Déjà Vu')// => 'Deja Vu' Copy
removeAccentedCharacters('Déjà Vu')// => 'Deja Vu'
Removes accented characters from
string
.