FunctionsString
regexp_split_to_table
Splits each input string by a regex delimiter and returns fields joined by newline separators.
regexp_split_to_table(…) → StringKind · scalar
Splits each input string by a regex delimiter and returns fields joined by newline separators.
Part of the String family.