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(…) → StringKind · 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.