1.0.1 • Published 9 years ago

diacriticless v1.0.1

Weekly downloads
16,131
License
MIT
Repository
github
Last release
9 years ago

Diacriticless

Removes all diacritics from a text.

Installation

npm install diacriticless

Documentation

diacriticless(text)
  • text String
  • returns String

Usage

var diacriticLess = require('diacriticless');

console.log(diacriticLess('Ɲö dÍãçȑĩŧiC'));

This will print the following

No dIacritiC

License

MIT