Skip to content

STRING_SPLIT_REGEX

string_split_regex(string, regex, options)

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