Trim Text

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".

 

Related

Combine Text

Text Length

 

TrimTextReference.gif

0 Comments

Article is closed for comments.