Split text
Reference documentation for using the Split text expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Splits text into multiple parts based on a separator. |
Parameters | Two text values |
Returns | Text |
Description
The expression splits the input text into multiple parts based on a specified separator and will return an array or list of smaller text segments wherever that separator appears.

Comments
The Separator can be a single character, a string or number. For example, you could split a string at each comma, space, hyphen, or any custom character or sequence.
v3.0