Matches any single character
case singleCharacter
s4Glob7PatternV7SectionO15singleCharacteryA2EmF
3RCOP
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 pathWildcard
A wildcard that matches any 0 or more characters
case constant(String)
Matches an exact string
case oneOf([CharacterClass], isNegated: Bool)
Matches a single character in any of the given ranges
case patternList(_: PatternListStyle, _: [[Section]])