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

santialbo-actimo/accent-fold

This branch is up to date with tylerjpeterson/accent-fold:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

daf665f · Apr 17, 2018

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • HTML 96.9%
  • CSS 1.9%
  • JavaScript 1.2%