Can we use Regex in attribute matching of Filter List operation. The attribute is a string.
1
Can we use Regex in attribute matching of Filter List operation? The attribute is a string.
asked
abhijit bhattacharya
1 answers
1
You can not use a regex direct in the filter list operation. You should iterate over the list and do a regex on each of the objects and if it matches add it to a new list.