Split a string

string_split(string, regex)

Arguments

string

The string to split

regex

The regex to split using

Value

A character vector.