r string split

str_split(string, pattern, n = Inf, simplify = FALSE)

str_split_fixed(string, pattern, n)

str_split_n(string, pattern, n)
Damjan D