Crate twoway

Source

Modules§

  • Boyer-Moore-Horspool

Functions§

  • find_bytes finds the first ocurrence of pattern in the text.
  • find_str finds the first ocurrence of pattern in the text.
  • rfind_bytes finds the last ocurrence of pattern in the text, and returns the index of the start of the match.
  • rfind_str finds the last ocurrence of pattern in the text and returns the index of the start of the match.