StringFilter
Filters all the elements in a string according to a specified callback
Method Signature
Arguments
Argument
Type
Required
Description
Default
list
string
true
filter
function:Predicate
true
delimiter
string
false
,
includeEmptyFields
boolean
false
false
multiCharacterDelimiter
boolean
false
true
parallel
boolean
false
false
maxThreads
integer
false
Examples
Related
Last updated