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