1.2.7 • Published 2 years ago

replace-special-characters v1.2.7

Weekly downloads
130
License
MIT
Repository
github
Last release
2 years ago

Known Vulnerabilities js-standard-style License: MIT Open Source

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

Usage

const replaceSpecialCharacters = require('replace-special-characters');

const normalizedString = replaceSpecialCharacters('JäváSçrîpt');
//=> 'JavaScript'

How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

License

This project is under the MIT license. See the LICENSE for more information.


Made with by Roberto Alves 👋 Get in touch!

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.1.3

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago