FunctionsArrayarray_removeReturns a new array with every element equal to the search value removed. array_remove(…) → String Kind · scalar Returns a new array with every element equal to the search value removed. Part of the Array family.array_reduce_in_rangesApplies a reducer to each requested range and returns an array of per-range results.array_replaceReturns a new array where every matching search token is replaced with the provided replacement token.