str-allow

0.0.2 • Public • Published

str-allow

Filter string characters.

Install

stable

npm install str-allow

edge

npm install https://github.com/daxxog/str-allow/tarball/master

Example

var strAllow = require('str-allow'),
    filter = strAllow('1234567890');
 
console.log(filter('a1bc2de3f')); //outputs 123

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i str-allow

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • daxxog