R/str_pipe_all.R
grapes-rm-grapes.Rd
Remove matched patterns in a string
x %rm% y
A character vector
Character string or pattern to remove
This function is a pipe version of stringr::str_remove
'totoro' %rm% 'to' #> [1] "toro"