Returns a random weighted item from the given array
weight
key.returns an array based of the given expression.
Accepts a nested array and returns a flattened array
returns an array of all items not matching the given value.
returns an array for each item that returns true on the executed function.
true
on.returns an array of best matching values in this array of values.
false
0.001
and 1.000
).0.6
This sorts an array based on the length of the elements.
false
creates a new array with the results of the provided function on every element in the array.
returns an array of all items not matching the given field and their value.
Removes an item from your given array
Adds your givin value to your given array.
if.. then.. else if.. then.. else if.. default..
generates a new array based of the given start and end number.
returns the number of unique items for the given array of values.
returns all matching objects for the given key value pair in groups in steps ([A, A, A, B, B, A, C, C, C] becomes => [(A, A, A), (B, B), (A), (C, C, C)]).
tests whether at least one element in the array passes the test
tests whether all elements in the array pass the test
returns an array of values with _meta.guid's of each object in the given array.
executes the provided function on every element in the array and returns as a flat array.
returns the matching objects of they include the given field.
returns the matching objects for the given key value pair.
takes an array of lat, lon arrays and returns an encoded string.
Arrayreturns the avarage number for the given field in the given array of objects.
returns an array of all non-empty items. Empty is defined as: null
or undefined
.
true
given, we will filter empty strings too.takes an array with strings and parses every item
10
Sorts the elements of an array by a given key
Adds your givin value to your given array.
transposes the given array of objects to an object with (key: sum).
returns all objects that have a number equal to or bigger than the given number
true
returns the number of unique items for the given field its values.
returns all objects that have a number equal to or smaller than the given number
true
returns the highest number for the given field in the given array of objects.
returns the lowest number for the given field in the given array of objects.
returns the total sum of the given field within the array of objects.
returns the matching objects for the given key value pair in steps.
tests whether at least one element in the array passes the test
tests whether all elements in the array pass the test
returns an array with values of the given field in this array of objects.
filters all other fields from the objects in this array.
returns the matching objects for the given key value pairs.
Store this array as reference, which can later be used by "use reference"