Versions in this module Expand all Collapse all v1 v1.0.6 Feb 10, 2026 Changes in this version + func BMH(needle, haystack []byte) int + func BMHRunes(needle, haystack []rune) int + func FindAllBM(pattern, text []byte) []int + func IndexBM(pattern, text []byte) int + func IsHexadecimal(thing rune) bool + func Levenshtein(a, b string) int