BurntSushi / ripgrep

ripgrep recursively searches directories for a regex pattern while respecting your gitignore
The Unlicense
48.92k stars 2.01k forks source link

globset: add matches_all method #2900

Open tmccombs opened 2 months ago

tmccombs commented 2 months ago

This returns true if all globs in the set match the supplied file.

Fixes: #2869

tmccombs commented 2 months ago

See also https://github.com/rust-lang/regex/pull/1228