Function steap_by_steap::substringsearch::BoyerMooreSearch
source · pub fn BoyerMooreSearch(text: &str, pattern: &str) -> Option<usize>
Expand description
Implements the Boyer-Moore string search algorithm.
pub fn BoyerMooreSearch(text: &str, pattern: &str) -> Option<usize>
Implements the Boyer-Moore string search algorithm.