Versions in this module Expand all Collapse all v0 v0.1.0 Feb 18, 2020 Changes in this version + const DebugDFA + var DebugPrintf = func(format string, a ...interface{}) + type DFA struct + type Searcher struct + func (s *Searcher) Init(prog *syntax.Prog, expr *syntax.Regexp, p input.Prefixer) + func (s *Searcher) Search(i input.Input, pos int, longest bool, matchcap *[]int, ncap int) (bool, error) + type State struct + func (s *State) Dump() string