indexof
Microsoft sucks
Found 80 results for indexOf
Microsoft sucks
Microsoft sucks
Pure JavaScript Buffer utils.
Just most common borrowed method from Array
An array is a collection of values, stored contiguously.
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 iterable is a sequence of values.
Finds first index of a value.
An array is a collection of values, stored contiguously {web}.
An extended ES6 indexOf.
A prollyfill for String.prototype.localeIndexOf - a locale-aware Intl-powered version of indexOf.
standalone AsyncAF package: AsyncAfWrapper (https://async-af.js.org/AsyncAfWrapper)
An iterable is a sequence of values {web}.
Find multiple elements in an array
standalone AsyncAF package: splitAF (https://async-af.js.org/AsyncAF#splitAF)
A small collection of useful array functions.
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..
A collection of common string functions.
A sorted array is a collection of values, arranged in an order.
The asynciest of async libs there ever was or ever will be...AsyncAF!?
Use array methods to process tree-structured data
Array subclasses that remain continuously sorted on insert() or push() calls, featuring optimized includes() and indexOf()
Pure functional AsyncIterable traversal
standalone AsyncAF package: mapAF (https://async-af.js.org/AsyncAF#mapAF)
A sorted array is a collection of values, arranged in an order {web}.
Peela a tiny (LIFO) stack.
standalone AsyncAF package: forEachAF (https://async-af.js.org/AsyncAF#forEachAF)
standalone AsyncAF package: everyAF (https://async-af.js.org/AsyncAF#everyAF)
standalone AsyncAF package: filterAF (https://async-af.js.org/AsyncAF#filterAF)
standalone AsyncAF package: reduceAF (https://async-af.js.org/AsyncAF#reduceAF)
standalone AsyncAF package: logAF (https://async-af.js.org/AsyncAF#logAF)
A collection of common string functions {web}.
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: someAF (https://async-af.js.org/AsyncAF#someAF)
standalone AsyncAF package: lastIndexOfAF (https://async-af.js.org/AsyncAF#lastIndexOfAF)
standalone AsyncAF package: joinAF (https://async-af.js.org/AsyncAF#joinAF)
Finds first index of a value.
Conversion of JavaScript's Array methods to AutoHotkey
standalone AsyncAF package: concatAF (https://async-af.js.org/AsyncAF#concatAF)
standalone AsyncAF package: findIndexAF (https://async-af.js.org/AsyncAF#findIndexAF)
standalone AsyncAF package: findAF (https://async-af.js.org/AsyncAF#findAF)
Cyrillic Latin Search is convenient for Cyrillic Latin search engines because you can write 'Celavica' ('Bald letters') 'c' for 'č', 's' for 'š', 'и' for 'й',...
gulp-webp-css with iteration through rules with comments fix
Pure functional AsyncIterator traversal
Binary sorted array. Implements array initialization, insertion, finding index of element, item removal, clearing the array.
Just like indexOf(), but returns an array of all occurrences. Works on both strings and buffers.
Pure functional Iterator traversal
Like string indexOf with multiple search strings
Like indexOf but looks at surrounding items
Utility functions
a tiny utility for indexOf and lastIndexOf methods that accept regexes
Deep version of array indexOf method
Microsoft sucks
R.indexOf exported as a module
Like indexOf but looks at surrounding items
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url]
array list normal operation by object-orientaion
checks if value exists in array or string returning boolean
A tiny, faster alternative to native Array.prototype.indexOf
Finding all the occurrences of an element in an array
prefer .includes over .contains and .indexOf
Various helper functions for working with object and arrays
Improved indexOf function for incremental search in Korean
A locale-aware Intl-powered version of indexOf.
Find the nth position of a pattern in a string
It’s Array.prototype.indexOf() for Maps and Objects.
A simple implementation of the Boyer-Moore-Horspool string search algorithm for use with buffers or typed arrays
return all the indexes in a sorted array
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
The most performant package to find the index of an element in an array or string
allocate values to bins defined by their lower bound delimitor value
R.indexOf exported as a module
Search an object in an array of objects with given key and value
mdn Array#prototyp#indexOf
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.
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.
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