DB
FunctionsString

regexp_split_to_table

Splits each input string by a regex delimiter and returns fields joined by newline separators.

regexp_split_to_table(…) → String

Kind · scalar

Splits each input string by a regex delimiter and returns fields joined by newline separators.

Part of the String family.