Versions in this module Expand all Collapse all v0 v0.3.0 Jul 13, 2022 Changes in this version + const DefaultWindowLength + func FindLiterals(regex string) (lits []string, foldedLits []string, err error) + type Matcher struct + func Compile(expr string) (*Matcher, error) + func (m *Matcher) Find(input []byte) []byte + func (m *Matcher) FindWindow(input []byte, windowLength int) []byte + func (m *Matcher) Optimized() bool + func (m *Matcher) String() string