Using regex for string-type filters
Introduction
Regex filter example
[
{
"fruit": "apples pears grapes"
},
{
"fruit": "grapes peaches raspberries"
},
{
"fruit": "peaches"
},
{
"fruit": "melon"
}
]PreviousFilter shapeNextUsing contains one of many or does not contain one of many for string filters
Last updated
Was this helpful?



