Skip to contents

Splits the string along the separator.

Arguments

string

VARCHAR

separator

VARCHAR

Examples

if (FALSE) { # \dontrun{
string_split('hello-world', '-')
} # }