StringEach

Iterates all the elements in a string and runs the passed callback on each character

Method Signature

StringEach(list=[string], callback=[function:Consumer], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean], parallel=[boolean], maxThreads=[integer], ordered=[boolean])

Arguments

ArgumentTypeRequiredDescriptionDefault

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

Last updated

Logo

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