string_algorithms/boyer_moore_search library
Functions
-
boyerMooreSearch(
String text, String pattern) → int -
Boyer-Moore String Search: Returns the index of the first occurrence of
patternintext, or -1 if not found.
pattern in text, or -1 if not found.