> For the complete documentation index, see [llms.txt](https://docs.oscwii.org/repository-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oscwii.org/repository-manager/pattern-matching.md).

# Pattern Matching

| Pattern | Matching                           |
| ------- | ---------------------------------- |
| \*      | matches everything                 |
| ?       | matches any single character       |
| \[seq]  | matches any character in *seq*     |
| \[!seq] | matches any character not in *seq* |
