1.0.1 • Published 2 years ago

specialtonormal v1.0.1

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

🌟 SpecialToNormal

Open Source

This package is used to convert special characters to their corresponding "normal" letter.

This package helps you if..:

  • You wish to replace those special letters that some languages has, like Swedish "åäö"

  • You have to convert special characters in huge chunks of strings

  • You want to validate a very large text

Install

$ npm install specialtonormal

or

$ yarn add specialtonormal

Usage

import normalizeSpecialCharacters from "specialtonormal";

const normalized = normalizeSpecialCharacters('Jågävör');
// => 'Jagavor'

License

This package is licensed under MIT


Made by PatricNox - 👋 Get in touch!