bloody-matchpath

0.0.0 • Public • Published

match-path

https://travis-ci.org/bloodyowl/match-path

install

$ npm install bloody-matchpath

require

var matchPath = require("bloody-matchpath")

api

matchPath(string, matcher) > Boolean

checks string using the matcher pattern.

patterns

"foo.*.bar"
// matches
"foo.bar.bar"
// but not
"foo.bar.baz.bar"

"foo.**.bar"
// matches both
"foo.bar.bar"
// and
"foo.bar.baz.bar"

Readme

Keywords

none

Package Sidebar

Install

npm i bloody-matchpath

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • bloodyowl