strRemain: Removes pattern A and pattern B from a string.

View source: R/helper_functions.R

strRemainR Documentation

Removes pattern A and pattern B from a string.

Description

Removes pattern A and pattern B from a string.

Usage

strRemain(patA, patB, str)

Arguments

patA

The first regex pattern to remove from the string.

patB

The second regex pattern to remove from the remaining of the first removal.

str

The string that needs cleaning up.


multiversion documentation built on March 22, 2022, 1:07 a.m.