grapes-rmall-grapes: Remove matched patterns in a string

Description Usage Arguments Details Value Examples

Description

Remove matched patterns in a string

Usage

1
x %rmall% y

Arguments

x

A character vector

y

Character string or pattern to remove

Details

This function is a pipe version of stringr::str_remove_all

Value

A character vector

Examples

1
'totoro' %rmall% 'to'

GuillaumePressiat/stringfix documentation built on Dec. 25, 2021, 12:24 a.m.