R/duckdb-funs.R
str_split.Rd
Splits the string along the separator.
string
separator
str_split(string = VARCHAR, separator = VARCHAR)
VARCHAR
VARCHAR[]
str_split('hello-world', '-')