Enumeration Casetuist.filesystem 0.7.9Glob
constant(_:)
Matches an exact string
case constant(String)
Matches an exact string
case constant(String)
import Glob
enum Section
struct Pattern
A glob pattern that can be matched against string content.
@frozen struct String
A Unicode string value that is a collection of characters.
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 singleCharacter
Matches any single character
case oneOf([CharacterClass], isNegated: Bool)
Matches a single character in any of the given ranges
case patternList(_: PatternListStyle, _: [[Section]])