diacritics
remove diacritics from strings
Last updated 9 years ago by superjoe .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install diacritics 
SYNC missed versions from official npm registry.

node-diacritics

remove diacritics from strings

useful when implementing some kind of search or filter functionality.

Installation

$ npm install diacritics

API

var removeDiacritics = require('diacritics').remove;
console.log(removeDiacritics("Iлtèrnåtïonɑlíƶatï߀ԉ"));
// prints "Internationalizati0n"

Current Tags

  • 1.3.0                                ...           latest (9 years ago)

15 Versions

  • 1.3.0                                ...           9 years ago
  • 1.2.3                                ...           10 years ago
  • 1.2.2                                ...           11 years ago
  • 1.2.1                                ...           12 years ago
  • 1.2.0                                ...           12 years ago
  • 1.1.1                                ...           12 years ago
  • 1.1.0                                ...           12 years ago
  • 1.0.2                                ...           12 years ago
  • 1.0.1                                ...           13 years ago
  • 1.0.0                                ...           13 years ago
  • 0.1.1                                ...           13 years ago
  • 0.1.0                                ...           13 years ago
  • 0.0.5                                ...           13 years ago
  • 0.0.2                                ...           13 years ago
  • 0.0.1                                ...           13 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |