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