Module: Editor
Version: 19.05 +
Description
The formula ‘Split' returns a text value as a vector by splitting the text with the given separator. The separator will be deleted from the text and the formula 'split' is case sensitive.
Parameters
Text: the text that needs to be seperated
Separator: the text that is used as a separator between the values that result in the vector.
RemoveEmptyEntries: true if empty entries must be removed from the result.
Example
Description
In the following example the formula 'split' is used to seperate the text 'Hello World'. The given separator is ' ' so the vector will have 2 elements.
Values parameters
Text: Hello World
Separator: ' '
RemoveEmptyEntries: False
Result
Output:
The result is a vector with 2 elements 'Hello' and 'World'. Note that the separator is deleted and will not be included in 'Hello' or 'World'.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.