Skip to content

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

Notifications You must be signed in to change notification settings

tylerjpeterson/accent-fold

Repository files navigation

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'

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published