1
`string_matching.glob_match` performs anchored file-glob byte matching. `*` matches any byte sequence, `?` matches one byte, patterns are capped at 4 KiB, and inputs are capped at 64 MiB.