Versions in this module Expand all Collapse all v0 v0.3.2 Jul 19, 2026 v0.3.1 Jul 14, 2026 Changes in this version + func FindBytes(data, pat []byte, start int, forward bool) int + func FindBytesFold(data, pat []byte, start int, forward, fold bool) int + func IsTextPattern(q string, mode Mode) bool + func ParsePattern(q string, mode Mode) []byte + type Mode uint8 + const ModeAuto + const ModeHex + const ModeText + func NextMode(m Mode) Mode + func (m Mode) String() string