filter_regexp.Rd
Specify a regexp filter
filter_regexp( query, field, regexp, bool = c("must", "filter", "must_not", "should") )
query | a |
---|---|
field | field name (see |
regexp | a regular expression string to match |
bool | one of "must", "filter", "must_not", "should" (see here) |