Skip to content

STR_SPLIT_REGEX

  • string: VARCHAR
  • regex: VARCHAR
  • options: VARCHAR
SELECT str_split_regex('hello world; 42', ';? ');