0.1.1 • Published 11 years ago
strip-noncharacters v0.1.1
strip-noncharacters

Strip non-character code points from a string.
Install with npm
npm i strip-noncharacters --saveUsage
var stripNonchars = require('strip-noncharacters');
strip('abc_\uFFFE_xyz');
//=> 'abc__xyz'Run tests
Install dev dependencies:
npm i -d && npm testContributing
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.