| trim_anything {filesstrings} | R Documentation |
See strex::str_trim_anything().
trim_anything(string, pattern, side = "both")
string |
A string. |
pattern |
A string. The pattern to be trimmed (not interpreted as
regular expression). So to trim a period, use |
side |
Which side do you want to trim from? |