StringReduceRight
Run the provided udf over a reversed string to reduce the values to a single output
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| ||
|
|
| The function to invoke for each item. The function will be passed 3 arguments: the value, the index, the array. | |
|
|
| The initial value of the reduction | |
|
|
|
| |
|
|
|
| |
|
|
|
|
Examples
Related
Last updated