regex_or: Create a compound regex grouped OR statement

View source: R/universal_useful.R

regex_orR Documentation

Create a compound regex grouped OR statement

Description

Create a compound regex grouped OR statement

Usage

regex_or(x, prefix = "", suffix = "", type = "|")

Arguments

x

(character) regex strings

type

(character) |, &, before, not_before supported.

Value

(character) grouped regex OR statement


yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.