Extract - Extracts a segment from a string of text

This action gets a text, a position and a length and extracts the segment of the text with the given length, starting at the given position.

Triggers [all required]

<Text> (non-repetitive text trigger [required]): The input text.

<Position> (non-repetitive numeric trigger [required]): The starting position of the required segment (starting from 0)

<Length> (non-repetitive numeric trigger [not required]): The length of the segment to be extracted. If this trigger is omitted the segment is extracted from the given position to the end of the text.

Exit [required]

<Segment> (non-repetitive text exit [required]): The output text.

Usage Examples

Test1/Basic Test (need to complete)