View source: R/regex_patterns.R
regex_combn | R Documentation |
Enumerate all combinations of regex patterns
regex_combn(reg1, reg2)
reg1 |
A vector of regex patterns. |
reg2 |
A vector of regex patterns. |
A vector of all combinations of the concatenation of reg1 and reg2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.