Versions in this module Expand all Collapse all v1 v1.2.0 Apr 2, 2024 v1.0.1 Jan 18, 2024 Changes in this version + const EOS + type Error struct + Message string + Pos int + func (e *Error) Error() string + type MatchData struct + func Find(p string, src []byte, offset, limit int) (matches []*MatchData, err error) + func (st *MatchData) Capture(idx int) int + func (st *MatchData) CaptureLength() int + func (st *MatchData) IsPosCapture(idx int) bool