Jump to content

Boyer-Moore string search: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Added FreeBasic)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,976:
 
The same examples have been used as in the Julia entry above.
<syntaxhighlight lang="ecmascriptwren">class BoyerMoore {
/**
* Returns the index within this string of the first occurrence of the
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.