JSPM

specialtonormal

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 57
  • Score
    100M100P100Q56087F
  • License MIT

Replace special characters to normalized letters

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

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!