special-chars-replacer
v1.0.2
Published
A library for replace special chars from other languages to ASCII chars. Spanish and Portuguese support.
Downloads
2
Maintainers
Readme
Usage
You can replace the non-ASCII characters from a string:
const { replacer } = require('special-chars-replacer')
console.log(replacer('España'))
The expected output will be:
Espana
Supported language characters are Spanish and Portuguese.