accent-fold

1.0.1 • Public • Published

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'

Readme

Keywords

none

Package Sidebar

Install

npm i accent-fold

Weekly Downloads

188

Version

1.0.1

License

MIT

Unpacked Size

262 kB

Total Files

15

Last publish

Collaborators

  • tylerjpeterson