Versions in this module Expand all Collapse all v1 v1.2.2 Apr 26, 2025 v1.2.1 Mar 2, 2025 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