Text To Left/Right
Splits text with given value and returns first part as left and second part as right.
Input
- Full Text: The text you want to perform the split operation on.
- Type:
System.String - Required
- Type:
- Separator: The string you want to use as a separator. The text that is to the left and to the right of the string provided in this property field is retrieved. The separator itself is not included in the output result.
- Type:
System.String - Required
- Type:
Output
- Left Text: The variable in which you want to save the text that is to the left of the separator.
- Type:
System.String - Required
- Type:
- Right Text: The variable in which you want to save the text that is to the right of the separator.
- Type:
System.String - Required
- Type: