Split String Block
Create List From Text Block

Generated Code
Create Text From List Block

Generated Code
Last updated

The create list from text block generates a list from the specified text split by the specified delimiter.

The create text from list block returns a single string from the specified list with the specified delimiter.
Last updated
<text>.split(<delimiter>);<list>.join(<delimiter>);