regex_combn: Enumerate all combinations of regex patterns

View source: R/regex_patterns.R

regex_combnR Documentation

Enumerate all combinations of regex patterns

Description

Enumerate all combinations of regex patterns

Usage

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.


jl5000/tidyged.internals documentation built on Aug. 21, 2022, 8:32 p.m.