strip-noncharacters

0.1.1 • Public • Published

strip-noncharacters NPM version Build Status

Strip non-character code points from a string.

Install with npm

npm i strip-noncharacters --save

Usage

var stripNonchars = require('strip-noncharacters');
 
strip('abc_\uFFFE_xyz');
//=> 'abc__xyz'

Run tests

Install dev dependencies:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright (c) 2015 Jon Schlinkert
Released under the MIT license


This file was generated by verb-cli on February 27, 2015.

Package Sidebar

Install

npm i strip-noncharacters

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • doowb
  • jonschlinkert