split

XQL_function_descriptions.json

Synopsis

split (value: string [, delimiter])

Description

This function splits a string into a list where each word is a list item, In case the delimiter is not specified a white space is used.