The download should start automatically in a few seconds. If it doesn't, click here to start the download process manually.
Would you like to receive announcements about new Boyer versions by email? Boyer has been saved to your software Watch List. More details and free registration here.
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K.