DB
FunctionsString

split_by_whitespace

Splits each input string on contiguous whitespace runs and returns tokens as a JSON array string. Empty tokens are not emitted.

split_by_whitespace(…) → String

Kind · scalar

Splits each input string on contiguous whitespace runs and returns tokens as a JSON array string. Empty tokens are not emitted.

Part of the String family.