R/utils-parsers.R
clean_string.Rd
Removes all non-alphanumeric and non-whitespace characters from a string.
clean_string(str)
The string to clean
A cleaned string with only alphanumeric characters and spaces