Skip to content

Node.js module to remove all diacritics from a text.

License

Notifications You must be signed in to change notification settings

senfomat/diacriticless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js module to remove all diacritics from a text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%