@extra-string/find.min
Get first character that satisfies the test, like `Array.find()`.
Get first character that satisfies the test, like `Array.find()`.
Get keys of all values in entries that satisfy the test, like Array.findIndex().
Get key of first value in entries that satisfies the test, like Array.findIndex().
Finds value of an entry passing a test.
Finds values of entries passing a test.
Get index of first value in object that satisfies the test, like Array.findIndex().
Finds value of an entry passing a test.
Get indices of all values in lists that satisfy the test, like Array.findIndex().
Get index of first value in lists that satisfies the test, like Array.findIndex().
Get last value in lists that satisfies the test, like Array.find().
Get index of last value in lists that satisfies the test, like Array.findIndex().
Get keys of all values in entries that satisfy the test, like Array.findIndex().
Get key of first value that satisfies the test, like Array.findIndex().
Get all values in array that satisfy the test, like Array.find().
Get indices of all values in array that satisfy the test, like Array.findIndex().
Get first value in array that satisfies the test, like Array.find().
Get index of first value in array that satisfies the test, like Array.findIndex().
Flexible text search with search by part of a phrase, fuzzy for each word, and use of synonyms. Extract text between phrases
Evaluate criteria queries on JSON objects MongoDB style.
recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.