Skip to contents

Splits the string along the regex. A set of optional regex options can be set.

Usage

string_split_regex(string, regex, options)

Arguments

string, regex, options

VARCHAR

Value

VARCHAR[]

Overloads

  • string_split_regex(string = VARCHAR, regex = VARCHAR)

  • string_split_regex(string = VARCHAR, regex = VARCHAR, options = VARCHAR)

SQL examples

string_split_regex('hello world; 42', ';? ')