accent-fold
v1.0.1
Published
Case-insensitive accent folding function to replace an accented character with its unaccented counterpart.
Downloads
13,638
Readme
accentFold
Case-insensitive accent folding function to replace an accented character with its unaccented counterpart.
Installation
Install via npm:
$ npm i accent-fold --saveUsage
var fold = require('accent-fold');
console.log(fold('naïve')); // ... 'naive'