Replaces any accent characters in the string with non accents.
The new string without accents
removeAccents('Antoine de Saint-Exupéry')// 'Antoine de Saint-Exupery'
The string
Generated using TypeDoc
Replaces any accent characters in the string with non accents.
Returns
The new string without accents
Example