powered by
SanitizeURL(bad.strs)
bad.strs <- c("I am full of ^ill=/\\egal characters") good.str <- SanitizeURL(bad.strs) print(good.str[1])
Run the code above in your browser using DataLab