buffer-indexof-polyfill
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
Returns the first index at which a given element can be found.
The lodash method `_.indexOf` exported as a module.
Node.js `buffer.indexOf()` ponyfill
Knuth-Morris-Pratt string searching algorithm.
optimized indexof for a known property
indexOf, allIndexsOf, firstIndexOf, lastIndexOf, nthIndexOf implementations for an object array
The [strman](https://github.com/dleitee/strman) method `indexof` exported as a [Node.js](https://nodejs.org/) module.
Allows regex usage in indexOf function
Fast indexOf for Buffer
Browser shim for Array.prototype.indexOf via MDN
Returns the index of the first instance; when called a second time, returns the index of the second instance; and so on. Works with arrays and strings.
indexOf, allIndexsOf, firstIndexOf, lastIndexOf, nthIndexOf implementations for an object array
It returns the index value appears in the n-th
async indexofhelper method as module.
Node.js `buffer.includes()` ponyfill
JavaScript library to find the first occurence of a substring inside a long string limited to initial and end position
indexof starting from the right side of an array
Get first index of value in iterable, like Array.indexOf().
index of an array element within a 2D array