StringEach
Iterates all the elements in a string and runs the passed callback on each character
Method Signature
Arguments
Argument
Type
Required
Description
Default
list
string
true
callback
function:Consumer
true
The callback to execute
delimiter
string
false
,
includeEmptyFields
boolean
false
false
multiCharacterDelimiter
boolean
false
true
parallel
boolean
false
false
maxThreads
integer
false
ordered
boolean
false
false
Examples
Related
Last updated