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/tidygedcom.internals documentation built on Aug. 26, 2022, 10:36 p.m.