Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
:: [Identifier] | masks |
-> Mask |
Compile a list of masks down to a single, reuseable Mask
value
suitable for being used with matchMask
.
Masks can match zero-to-many arbitrary characters with *
.
Masks can match one arbitrary character with ?
.
Literal *
?
and |
can be matched with a preceding @@.
Missing host or username components of a mask will automatically be treated as wildcards.