1.0.1 • Published 6 years ago

accent-fold v1.0.1

Weekly downloads
1,508
License
MIT
Repository
github
Last release
6 years ago

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'
1.0.1

6 years ago

1.0.0

6 years ago