str_setdiff: Remove matched pattern from string

View source: R/conceptDiagram.R

str_setdiffR Documentation

Remove matched pattern from string

Description

Remove matched pattern from string

Usage

str_setdiff(string = "a,c", pattern = "a")

Arguments

string

string

pattern

pattern to look for


processR documentation built on Jan. 23, 2023, 5:44 p.m.