npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

strip-noncharacters

0.1.1

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:0
$ npm install strip-noncharacters
DailyWeeklyMonthlyYearly

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

  • github/jonschlinkert
  • twitter/jonschlinkert

License

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


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