Run the provided udf over all characters in a string to reduce the values to a single output
StringReduce(list=[string], callback=[function:BiFunction], initialValue=[any], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
list |
string |
true |
||
callback |
function:BiFunction |
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 |
- Ascii
- CamelCase
- Char
- CharsetDecode
- CharsetEncode
- Compare
- CompareNoCase
- Find
- FindNoCase
- FindOneOf
- Insert
- JSStringFormat
- KebabCase
- LCase
- Left
- ListReduce
- LJustify
- LTrim
- Mid
- ParagraphFormat
- PascalCase
- QueryStringToStruct
- ReEscape
- ReFind
- reFindNoCase
- ReMatch
- reMatchNoCase
- RemoveChars
- RepeatString
- Replace
- ReplaceList
- ReplaceListNoCase
- ReplaceNoCase
- ReReplace
- reReplaceNoCase
- Reverse
- Right
- RJustify
- RTrim
- Slugify
- SnakeCase
- SpanExcluding
- SpanIncluding
- SQLPrettify
- StringBind
- StringEach
- StringEvery
- StringFilter
- StringMap
- StringReduceRight
- StringSome
- StringSort
- StripCR
- Trim
- TrueFalseFormat
- UCase
- UCFirst
- Val
- Wrap
- YesNoFormat