Package Exports
- specialtonormal
- specialtonormal/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (specialtonormal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 specialtonormalor
$ yarn add specialtonormalUsage
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!