Syntax
LAMBDA([parameter1, parameter2, …,] calculation)
Examples
Select all the elements in an array that regex match the string "r"
Input |
|
Formula |
|
Output |
|
Get the difference between 2 arrays, i.e. get elements from array_two that are not present in array_one
Input |
|
Formula |
|
Output |
|