strip-accented

0.0.10 • Public • Published

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

Package Sidebar

Install

npm i strip-accented

Weekly Downloads

19

Version

0.0.10

License

MIT

Unpacked Size

12.1 kB

Total Files

7

Last publish

Collaborators

  • siegoboy