STRING_SPLIT_REGEX
string_split_regex(string, regex, options)
Section titled “string_split_regex(string, regex, options)”- string: VARCHAR
- regex: VARCHAR
- options: VARCHAR
Example
Section titled “Example”SELECT string_split_regex('hello world; 42', ';? ');