DB
FunctionsString

substring_index_utf8

Returns the part of a UTF-8 string before or after a delimiter occurrence count. Positive count returns the left side up to the Nth delimiter; negative count returns the right side after the Nth de…

substring_index_utf8(…) → String

Kind · scalar

Returns the part of a UTF-8 string before or after a delimiter occurrence count. Positive count returns the left side up to the Nth delimiter; negative count returns the right side after the Nth delimiter from the end.

Part of the String family.