Modules§
- Boyer-Moore-Horspool
Functions§
find_bytes
finds the first ocurrence ofpattern
in thetext
.find_str
finds the first ocurrence ofpattern
in thetext
.rfind_bytes
finds the last ocurrence ofpattern
in thetext
, and returns the index of the start of the match.rfind_str
finds the last ocurrence ofpattern
in thetext
and returns the index of the start of the match.