Split text
Reference documentation for using the Split text expression
Written By Ben Lehmann
Last updated About 1 year ago
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