StringMap

Iterates over all elements in a string and returns a new mapped string

Method Signature

StringMap(list=[string], callback=[function], delimiter=[string], includeEmptyFields=[boolean], parallel=[boolean], maxThreads=[integer])

Arguments

ArgumentTypeRequiredDescriptionDefault

list

string

true

callback

function

true

The callback which returns a boolean and filters the string

delimiter

string

false

,

includeEmptyFields

boolean

false

false

parallel

boolean

false

false

maxThreads

integer

false

Examples

Last updated

Logo

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