String/boyer_moore_search library

Functions

boyerMooreSearch(String text, String pattern) int
Searches for the first occurrence of a pattern in a text using the Boyer-Moore algorithm.