0.0.10 • Published 6 years ago

strip-accented v0.0.10

Weekly downloads
14
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago