nxt.horspool

Boyer–Moore–Horspool Algorithm

Members

Functions

boyerMooreHorspoolFind
Range boyerMooreHorspoolFind(Range haystack, Range needle)

Returns a pointer to the first occurrence of "needle" within "haystack", or [] if not found. Works like memmem().

See Also

Meta