diff --git a/docs/README.md b/docs/README.md index 55d8b594..fc6ed344 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2285,6 +2285,7 @@ wildcards into the provided array `caps`. NOTE: If `caps` is not NULL, then the `caps` array size must be at least the number of wildcard symbols in `pattern` plus 1. The last cap will be initialized to an empty string. + The glob pattern matching rules are as follows: - `?` matches any single character