glob-match
glob-match copied to clipboard
`**/foo{bar,b*z}` doesn't match `foobuzz`
> glob_match("**/foo{bar,b*z}", "foobuzz")
false