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