A wildcard that matches any 0 or more characters
case pathWildcard
s4Glob7PatternV7SectionO12pathWildcardyA2EmF
6V7JN
import Glob
enum Section
struct Pattern
A glob pattern that can be matched against string content.
case componentWildcard
A wildcard that matches any 0 or more characters except for the path separator (”/” by default)
case constant(String)
Matches an exact string
case singleCharacter
Matches any single character
case oneOf([CharacterClass], isNegated: Bool)
Matches a single character in any of the given ranges
case patternList(_: PatternListStyle, _: [[Section]])