Matching semantics, shared by the segment core and the path API.
| Property | Type | Description |
|---|
caseInsensitive? | boolean | Match paths ignoring ASCII case. Default false. |
dot? | boolean | Let */** match a leading-dot segment. Default false (dotfiles are excluded). |
globstarMatchesZero? | boolean | A globstar between separators may span zero segments (so a/**/b matches a/b). Default true. |