R/utils.R
str_remove_all.Rd
Remove All Substrings Matching the Pattern
str_remove_all(x, pattern)
vector of character
regular expression agains which the strings in x are matched
x
x with elements in which substrings matching the pattern are removed
pattern