StringReduce
Run the provided udf over all characters in a string to reduce the values to a single output
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| ||
|
|
| The callback to use for the test | |
|
|
| The initial value of the reduction | |
|
|
|
| |
|
|
|
| |
|
|
|
|
Examples
Related
Last updated