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
$ npm install specialtonormal
or
$ yarn add specialtonormal
import normalizeSpecialCharacters from "specialtonormal";
const normalized = normalizeSpecialCharacters('pátrîcnõx with swedish åäö');
console.log(normalized); //=> patricnox with swedish aao
This package is licensed under MIT
Made by PatricNox - 👋 Get in touch!