fluentfs.paths.matches

Functions

matches_base_path(path, base_paths)

Check whether a path matches one of the given base paths.

matches_compiled_regex(path, compiled_regexes)

Check whether a path matches one of the given compiled regular expressions.

matches_glob(path, patterns)

Check whether a path matches some glob pattern(s).

matches_regex(path, regex)

Check whether a path matches one of the given regular expressions.