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
Full function
Return only the letters in the string that meet the callback condition.
Result: zzZ
Member function
Return only the letters in the string that meet the callback condition.
Result: zzZ
Additional Examples
Related
Last updated
Was this helpful?