R/regex_patterns.R
regex_combn.Rd
Enumerate all combinations of regex patterns
regex_combn(reg1, reg2)
A vector of regex patterns.
A vector of all combinations of the concatenation of reg1 and reg2.