package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Functions

Exact returns a pattern that matches s only.
MustParse parses the pattern according to the specification of Parse.
Parse parses a pattern.
Regexp returns a regular expression-based pattern.

# Variables

Any matches anything.
None matches nothing.

# Interfaces

Pattern can either match or not match a string.