15.15.4.6 Wildcard Matching
Wildcard characters include:
| Wildcard | What It Does |
|---|---|
| ? | Matches any single character |
| * | Matches any string |
| / | This is the level-bordering symbol. “A/B” designates “object B, which is part of instance A.” |
Wildcard characters include:
| Wildcard | What It Does |
|---|---|
| ? | Matches any single character |
| * | Matches any string |
| / | This is the level-bordering symbol. “A/B” designates “object B, which is part of instance A.” |
Rev: A