Modules§
- bmh
- Boyer-Moore-Horspool
Functions§
- find_
bytes find_bytesfinds the first ocurrence ofpatternin thetext.- find_
str find_strfinds the first ocurrence ofpatternin thetext.- rfind_
bytes rfind_bytesfinds the last ocurrence ofpatternin thetext, and returns the index of the start of the match.- rfind_
str rfind_strfinds the last ocurrence ofpatternin thetextand returns the index of the start of the match.