specialtonormal
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

🌟 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!

Package Sidebar

Install

npm i specialtonormal

Weekly Downloads

78

Version

1.0.1

License

MIT

Unpacked Size

28 kB

Total Files

17

Last publish

Collaborators

  • patricnox