powered by
str_delete(string, ...)
modifiers
str_replace_all
str_delete( "ABC & 123", stringr::regex("\\W") ) # ABC123
Run the code above in your browser using DataLab