indexof
Microsoft sucks
Found 81 results for indexOf
Microsoft sucks
Microsoft sucks
Pure JavaScript Buffer utils.
Just most common borrowed method from Array
Wraps around an array or string and transforms certain methods into case-insensitive versions.
An ES2015 spec-compliant `Array.prototype.indexOf` shim/polyfill/replacement that works as far down as ES3.
An array is a collection of values, stored contiguously.
An iterable is a sequence of values.
An extended ES6 indexOf.
A small collection of useful array functions.
A prollyfill for String.prototype.localeIndexOf - a locale-aware Intl-powered version of indexOf.
Find multiple elements in an array
Like indexOf but looks at surrounding items
Train a fast (FIFO) queue with a rollback mechanism. Behind the scenes it uses 2 arrays to simulate and perform fast shifting and popping operations without using the Array#shift() method..
Peela a tiny (LIFO) stack.
Pure functional AsyncIterable traversal
gulp-webp-css with iteration through rules with comments fix
Pure functional AsyncIterator traversal
The asynciest of async libs there ever was or ever will be...AsyncAF!?
Utility functions
Binary sorted array. Implements array initialization, insertion, finding index of element, item removal, clearing the array.
A collection of common string functions {web}.
A sorted array is a collection of values, arranged in an order.
a tiny utility for indexOf and lastIndexOf methods that accept regexes
A collection of common string functions.
standalone AsyncAF package: logAF (https://async-af.js.org/AsyncAF#logAF)
Conversion of JavaScript's Array methods to AutoHotkey
Array subclasses that remain continuously sorted on insert() or push() calls, featuring optimized includes() and indexOf()
prefer .includes over .contains and .indexOf
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url]
An array is a collection of values, stored contiguously {web}.
Cyrillic Latin Search is convenient for Cyrillic Latin search engines because you can write 'Celavica' ('Bald letters') 'c' for 'č', 's' for 'š', 'и' for 'й',...
An iterable is a sequence of values {web}.
standalone AsyncAF package: mapAF (https://async-af.js.org/AsyncAF#mapAF)
Use array methods to process tree-structured data
Just like indexOf(), but returns an array of all occurrences. Works on both strings and buffers.
A sorted array is a collection of values, arranged in an order {web}.
standalone AsyncAF package: everyAF (https://async-af.js.org/AsyncAF#everyAF)
Finds first index of a value.
standalone AsyncAF package: someAF (https://async-af.js.org/AsyncAF#someAF)
Like indexOf but looks at surrounding items
standalone AsyncAF package: indexOfAF (https://async-af.js.org/AsyncAF#indexOfAF)
The most performant package to find the index of an element in an array or string
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: findIndexAF (https://async-af.js.org/AsyncAF#findIndexAF)
standalone AsyncAF package: includesAF (https://async-af.js.org/AsyncAF#includesAF)
standalone AsyncAF package: reduceAF (https://async-af.js.org/AsyncAF#reduceAF)
Microsoft sucks
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)
Pure functional Iterator traversal
Deep version of array indexOf method
Finding all the occurrences of an element in an array
A tiny, faster alternative to native Array.prototype.indexOf
array list normal operation by object-orientaion
A locale-aware Intl-powered version of indexOf.
allocate values to bins defined by their lower bound delimitor value
standalone AsyncAF package: AsyncAfWrapper (https://async-af.js.org/AsyncAfWrapper)
Find the nth position of a pattern in a string
A simple implementation of the Boyer-Moore-Horspool string search algorithm for use with buffers or typed arrays
mdn Array#prototyp#indexOf
Improved indexOf function for incremental search in Korean
Search an object in an array of objects with given key and value
This is my incredible amazing lodown library. Just kidding, it's terrible. But it shall be good. We shall never surrender. We shall fight in the oceans, we shall fight in the streets.
It’s Array.prototype.indexOf() for Maps and Objects.
standalone AsyncAF package: concatAF (https://async-af.js.org/AsyncAF#concatAF)
checks if value exists in array or string returning boolean
Count the number of elements in a sorted collection less than, equal, or greater than the given value
Look up indexes in a collection with custom compare function
Finds first index of a value.
standalone AsyncAF package: findAF (https://async-af.js.org/AsyncAF#findAF)
Various helper functions for working with object and arrays
standalone AsyncAF package: splitAF (https://async-af.js.org/AsyncAF#splitAF)
return all the indexes in a sorted array
Check for the first case insensitve occurrence of string and returns the index of the first character. Otherwise returns -1 if it does not exist.
R.indexOf exported as a module
Like string indexOf with multiple search strings
standalone AsyncAF package: forEachAF (https://async-af.js.org/AsyncAF#forEachAF)
R.indexOf 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