## Not run:
# strip_invalid_chars(
# " We're floating\tin space\n\n\n", "[[:space:]]", "whitespace"
# )
# strip_non_numeric(" +44 800-123-456 ", allow_plus = TRUE)
# #Inputs such as factors as coerced to character.
# strip_non_alphanumeric(factor(c(" A1\t1AA.", "*(B2^2BB)%")))
# ## End(Not run)
Run the code above in your browser using DataLab