Replace special characters to their simple characters
npm install replace-special-characters



In a validation of a very large text, there may be cases in which a word is null or undefined. To prevent this validation from being done manually, our lib is able to do it together with the normalization of the text.
## Install
$ npm install replace-special-characters
or
$ yarn add replace-special-characters
``js
const replaceSpecialCharacters = require('replace-special-characters');
const normalizedString = replaceSpecialCharacters('JäváSçrîpt');
//=> 'JavaScript'
`
- Make a fork;
- Create a branck with your feature: git checkout -b my-feature;git commit -m 'feat: My new feature'
- Commit changes: ;git push origin my-feature`.
- Make a push to your branch:
After merging your receipt request to done, you can delete a branch from yours.
----------
Made with by Roberto Alves 👋 Get in touch!