glob-match icon indicating copy to clipboard operation
glob-match copied to clipboard

`**/foo{bar,b*z}` doesn't match `foobuzz`

Open shulaoda opened this issue 8 months ago • 0 comments

> glob_match("**/foo{bar,b*z}", "foobuzz")
false

shulaoda avatar May 31 '24 08:05 shulaoda