Versions in this module Expand all Collapse all v2 v2.6.2 Aug 12, 2022 Changes in this version + const IDENTIFIER + const LESS_THAN + const LEXER_ERROR + const LITERAL + const MORE_THAN + const UNDERSCORE + var ErrInvalidExpr = errors.New("invalid expression") + var ErrNoCapture = errors.New("at least one capture is required") + type Matcher interface + Matches func(in []byte) [][]byte + Names func() []string + func New(in string) (Matcher, error)