wildcard2

A wildcard match module.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
wildcard2
000.0.27 years ago7 years agoMinified + gzip package size for wildcard2 in KB

Readme

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

  • let me know how it can be improved in the github
issues
  • fork and pull-request
Credits
built with ❤ by Tyler Yang