strip-accents
v1.0.4
Published
Removes the accents/diacritics from a string, converting them to their corresponding non-accented ASCII characters.
Downloads
348
Maintainers
Readme
strip-accents
Removes the accents/diacritics from a string, converting them to their corresponding non-accented ASCII characters.
strip-accents
Strip Unicode/UTF-8-character from a string
Install
$ npm install strip-accents
Usage
const stripAccents = require ('strip-accents');
stripAccents("Sañyam")
//=> 'Sanyam'