issues
search
devongovett
/
glob-match
An extremely fast glob matching library in Rust.
MIT License
325
stars
13
forks
source link
`**/foo{bar,b*z}` doesn't match `foobuzz`
#16
Open
shulaoda
opened
5 months ago
shulaoda
commented
5 months ago
> glob_match("**/foo{bar,b*z}", "foobuzz") false