wildcard2

0.0.2 • Public • Published

Wildcard2

A wildcard match module.

Quickstart

Install

    npm install -s wildcard2

Examples

    var wMatch = require('wildcard2');
    console.log(wMatch('abcdefghijk', 'abc*?k'); //true
    console.log(wMatch('abcdefghijk', 'abc*?ki'); //false

That's it!

Contribute

Credits

built with ❤ by Tyler Yang

Readme

Keywords

Package Sidebar

Install

npm i wildcard2

Weekly Downloads

68

Version

0.0.2

License

ISC

Last publish

Collaborators

  • tyleryang