0.0.10 • Published 7 years ago

strip-accented v0.0.10

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

strip accented

Useful for stripping out accented characters.

npm version Build Status Coverage Status

Installation

In node:

$ npm install strip-accented

Usage

const stripAccented = require('stripAccented')
let cleanString = stripAccented('èàáâę')

// cleanString = eaaae

Tests

npm test

API

stripAccented(string)

Function.

License

MIT

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago