ListEvery
Tests whether all items in a list meet the specified callback
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| string list to filter entries from | |
|
|
| ||
|
|
| string the list delimiter |
|
|
|
| boolean whether to include empty fields in the returned result |
|
|
|
| boolean whether the delimiter is multi-character |
|
|
|
| boolean whether to execute the filter in parallel |
|
|
|
| number the maximum number of threads to use in the parallel filter |
Examples
Related
Last updated