filter

Function

ArgDescriptionType
listA list of items to filterlist of Any (required)
regexA regex to test each itemlist of string
conditionA VQL lambda to use to filter elementsstring

Description

Filters a strings array by regex.