specialtonormal
v1.0.1
Published
Replace special characters to normalized letters
Downloads
115
Maintainers
Readme
🌟 SpecialToNormal
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!