1
`string_matching.wildcard_match` performs anchored Sigma-style byte wildcard matching. `*` matches any byte sequence, `?` matches one byte, `\` escapes a literal wildcard byte, patterns are capped at 4 KiB, and inputs are capped at 64 MiB.