Socket
Socket
Sign inDemoInstall

diacritics

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diacritics

remove diacritics from strings


Version published
Maintainers
1
Created

What is diacritics?

The diacritics npm package is designed to help with the removal of diacritical marks (accents) from characters in strings. This can be particularly useful for normalizing text for search, comparison, or other text processing tasks.

What are diacritics's main functionalities?

Remove Diacritics

This feature allows you to remove diacritical marks from a string, making it easier to compare or search text without worrying about accents.

const diacritics = require('diacritics');
const input = 'Crème brûlée';
const output = diacritics.remove(input);
console.log(output); // 'Creme brulee'

Other packages similar to diacritics

Keywords

FAQs

Package last updated on 19 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc