Syntax
REJECT(array | object, values_to_remove | LAMBDA(item, [expr]))
Examples
Input |
|
Formula |
|
Output |
|
Input |
|
Formula |
|
Output |
|
Input |
|
Formula |
|
Output |
|
Input |
|
Formula |
|
Output |
|
REJECT
Returns an array or object containing the items for which the given lambda is not true or are not contained within the values_to_remove array.
REJECT(array | object, values_to_remove | LAMBDA(item, [expr]))
Input |
|
Formula |
|
Output |
|
Input |
|
Formula |
|
Output |
|
Input |
|
Formula |
|
Output |
|
Input |
|
Formula |
|
Output |
|