Logic
Trim Text
Last updated September 28, 2018
Description
Trim text to output a single text value.
Properties
Triggers Immediately
| Text | The input text to be trimmed. |
| Start | The starting index for the trimmed text. Negative values count backwards from the end of the text. |
| End | The ending index for the trimmed text. Negative values count backwards from the end of the text. |
Outputs
| Substring |
Outputs the remaining text after being trimmed. |
Examples
Start:1 End:7 Text: "Hello World" Output "ello W".

