Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therealklanni/strip-unicode
Strip unicode from strings
https://github.com/therealklanni/strip-unicode
strip unicode
Last synced: 2 days ago
JSON representation
Strip unicode from strings
- Host: GitHub
- URL: https://github.com/therealklanni/strip-unicode
- Owner: therealklanni
- Created: 2018-01-29T21:22:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T21:58:35.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T15:59:00.488Z (23 days ago)
- Topics: strip, unicode
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strip-unicode [![Build Status](https://travis-ci.org/therealklanni/strip-unicode.svg?branch=master)](https://travis-ci.org/therealklanni/strip-unicode)
Strip all non-ascii (unicode) characters from a string.
```bash
$ npm install strip-unicode
```---
MIT © Kevin Lanni