analog of setdiff() using regular expressions
Suppose I want to exclude values matching a series of regular expressions from a character vector, in the same way that I would use setdiff()
for fixed character strings, e.g.
Suppose I want to exclude values matching a series of regular expressions from a character vector, in the same way that I would use setdiff()
for fixed character strings, e.g.