Enumerate all combinations of regex patterns

regex_combn(reg1, reg2)

Arguments

reg1

A vector of regex patterns.

reg2

A vector of regex patterns.

Value

A vector of all combinations of the concatenation of reg1 and reg2.