Skip to content

TylerYang/wildcard2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published