Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siegfriedgrimbeek/strip-accented
Returns a string from which accented characters are stripped.
https://github.com/siegfriedgrimbeek/strip-accented
function javascript node nodejs npm npm-module npmjs
Last synced: about 1 month ago
JSON representation
Returns a string from which accented characters are stripped.
- Host: GitHub
- URL: https://github.com/siegfriedgrimbeek/strip-accented
- Owner: siegfriedgrimbeek
- Created: 2018-08-17T07:51:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T08:19:31.000Z (over 6 years ago)
- Last Synced: 2024-10-13T08:05:38.896Z (2 months ago)
- Topics: function, javascript, node, nodejs, npm, npm-module, npmjs
- Language: JavaScript
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# strip accented
Useful for stripping out accented characters.
[![npm version](https://badge.fury.io/js/strip-accented.svg)](https://badge.fury.io/js/strip-accented)
[![Build Status](https://travis-ci.org/siegfriedgrimbeek/strip-accented.svg?branch=master)](https://travis-ci.org/siegfriedgrimbeek/strip-accented)
[![Coverage Status](https://coveralls.io/repos/github/siegfriedgrimbeek/strip-accented/badge.svg?branch=master)](https://coveralls.io/github/siegfriedgrimbeek/strip-accented?branch=master)## Installation
In node:
$ npm install strip-accented
## Usage
```js
const stripAccented = require('stripAccented')
let cleanString = stripAccented('èàáâę')// cleanString = eaaae
```
## Tests
`npm test`
## API
#### stripAccented(string)
Function.
## License
MIT