Skip to content

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
SELECT regexp_split_to_array('hello world; 42', ';? ');