case-insensitive
Wraps around an array or string and transforms certain methods into case-insensitive versions.
Found 40 results for lastIndexOf
Wraps around an array or string and transforms certain methods into case-insensitive versions.
An iterable is a sequence of values.
An array is a collection of values, stored contiguously.
The asynciest of async libs there ever was or ever will be...AsyncAF!?
A collection of common string functions {web}.
A sorted array is a collection of values, arranged in an order.
standalone AsyncAF package: logAF (https://async-af.js.org/AsyncAF#logAF)
A collection of common string functions.
Conversion of JavaScript's Array methods to AutoHotkey
An array is a collection of values, stored contiguously {web}.
An iterable is a sequence of values {web}.
standalone AsyncAF package: mapAF (https://async-af.js.org/AsyncAF#mapAF)
Finds last index of a value.
A sorted array is a collection of values, arranged in an order {web}.
standalone AsyncAF package: everyAF (https://async-af.js.org/AsyncAF#everyAF)
standalone AsyncAF package: someAF (https://async-af.js.org/AsyncAF#someAF)
standalone AsyncAF package: findIndexAF (https://async-af.js.org/AsyncAF#findIndexAF)
An ES2015 spec-compliant `Array.prototype.lastIndexOf` shim/polyfill/replacement that works as far down as ES3.
Advanced JavaScript iteration utilities providing powerful patterns for array operations, async flows, tree traversal, and performance optimization not available in native JavaScript.
standalone AsyncAF package: indexOfAF (https://async-af.js.org/AsyncAF#indexOfAF)
standalone AsyncAF package: includesAF (https://async-af.js.org/AsyncAF#includesAF)
standalone AsyncAF package: reduceAF (https://async-af.js.org/AsyncAF#reduceAF)
Finds last index of a value.
standalone AsyncAF package: filterAF (https://async-af.js.org/AsyncAF#filterAF)
standalone AsyncAF package: lastIndexOfAF (https://async-af.js.org/AsyncAF#lastIndexOfAF)
standalone AsyncAF package: joinAF (https://async-af.js.org/AsyncAF#joinAF)
indexOf, allIndexsOf, firstIndexOf, lastIndexOf, nthIndexOf implementations for an object array
standalone AsyncAF package: AsyncAfWrapper (https://async-af.js.org/AsyncAfWrapper)
A simple implementation of the Boyer-Moore-Horspool string search algorithm for use with buffers or typed arrays
indexOf, allIndexsOf, firstIndexOf, lastIndexOf, nthIndexOf implementations for an object array
A tiny, faster alternative to native Array.prototype.lastIndexOf
standalone AsyncAF package: findAF (https://async-af.js.org/AsyncAF#findAF)
standalone AsyncAF package: concatAF (https://async-af.js.org/AsyncAF#concatAF)
An extended ES6 lastIndexOf.
standalone AsyncAF package: splitAF (https://async-af.js.org/AsyncAF#splitAF)
R.lastIndexOf exported as a module
standalone AsyncAF package: forEachAF (https://async-af.js.org/AsyncAF#forEachAF)
Check for the last instance of string and returns the index of the first character, if it exists. Otherwise returns -1 if it does not exist.
R.lastIndexOf exported as a module
Turbo Utilities is a powerful utility library that offers a collection of high-performance functions for array and object manipulation in JavaScript. It consolidates a variety of commonly used methods, providing an all-in-one solution for developers seeki