//
pkg.gl
Category
github.com/triggermail/luci-go
common
data
text
pattern
package
0.0.0-20240716132614-1643519e6f91
Repository:
https://github.com/triggermail/luci-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
104 SLOC
#
Functions
Exact
Exact returns a pattern that matches s only.
MustParse
MustParse parses the pattern according to the specification of Parse.
Parse
Parse parses a pattern.
Regexp
Regexp returns a regular expression-based pattern.
#
Variables
Any
Any matches anything.
None
None matches nothing.
#
Interfaces
Pattern
Pattern can either match or not match a string.