accent-fold

Case-insensitive accent folding function to replace an accented character with its unaccented counterpart.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
accent-fold
1.0.16 years ago6 years agoMinified + gzip package size for accent-fold in KB

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'