cleanSpecialChars
Converts accented letters to its cleaned form like 'Ã' to 'A', 'ç' to 'c', '&!*' to '', etc. All spaces will be converted to '-' and the text is returned in Lower Case.
It can be installed and used on Node environments.
Usage / Examples
// Output: acao-reacao ;// Output: acao-and-reacao
Installation
npm install clean-special-chars