Versions in this module Expand all Collapse all v0 v0.1.0 Sep 10, 2025 Changes in this version + func MatchFold[T ~string | ~[]byte](pattern, s T) (int, error) + func Match[T ~string | ~[]byte](pattern, s T) (int, error) + type MatchResult struct + Err error + Position int + func MatchFoldMultiple[S ~string | ~[]byte](patterns []S, s S) []MatchResult + func MatchMultiple[S ~string | ~[]byte](patterns []S, s S) []MatchResult