0.0.2 • Published 8 years ago

wildcard2 v0.0.2

Weekly downloads
57
License
ISC
Repository
github
Last release
8 years ago

#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