Case-insensitive accent folding function to replace an accented character with its unaccented counterpart.
Install via npm:
$ npm i accent-fold --save
var fold = require('accent-fold');
console.log(fold('naïve')); // ... 'naive'
Case-insensitive accent folding function to replace an accented character with its unaccented counterpart.
HTML