StringReduce

Run the provided udf over all characters in a string to reduce the values to a single output

Method Signature

StringReduce(list=[string], callback=[function], initialValue=[any], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean])

Arguments

ArgumentTypeRequiredDescriptionDefault

list

string

true

callback

function

true

The callback to use for the test

initialValue

any

false

The initial value of the reduction

delimiter

string

false

,

includeEmptyFields

boolean

false

false

multiCharacterDelimiter

boolean

false

true

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC