Update docs

This commit is contained in:
Sergey Lyubka 2022-01-29 11:12:31 +00:00
parent e9c20ad992
commit b2ee9cb363

View File

@ -2285,6 +2285,7 @@ wildcards into the provided array `caps`.
<span class="badge bg-danger">NOTE: </span> If `caps` is not NULL, then the <span class="badge bg-danger">NOTE: </span> If `caps` is not NULL, then the
`caps` array size must be at least the number of wildcard symbols in `pattern` `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. plus 1. The last cap will be initialized to an empty string.
The glob pattern matching rules are as follows: The glob pattern matching rules are as follows:
- `?` matches any single character - `?` matches any single character