Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
wildcard
/
examples
/
strings.js
blob: 31d7efe2c45727a1f1f288b3dad9192aad1ff298 [
file
] [
log
] [
blame
]
var
wildcard
=
require
(
'..'
);
console
.
log
(
wildcard
(
'foo.*'
,
'foo.bar'
));
// --> true
console
.
log
(
wildcard
(
'foo.*'
,
'foo'
));
// --> true