Loading...

Logo
DocumentationBehaviorsLogicTrim Text
Logic

Trim Text

Last updated September 28, 2018

Description

Trim text to output a single text value.

Properties

Triggers Immediately

TextThe input text to be trimmed.
StartThe starting index for the trimmed text. Negative values count backwards from the end of the text.
EndThe 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".

Combine Text

Text Length

TrimTextReference.gif