Cut Text (vuo.text.cut)

Outputs part of the input text.

If Start Position is less than 1 or Character Count goes past the end of Text, then the portion of Text that falls within the range is output. For example, if Character Count is too large, then the part of Text from Start Position to the end is output.

When finding the range of characters to output using Start Position and Character Count, this node counts each Unicode character in the text, including whitespace characters (spaces, tabs, line breaks).

Keywords: character, letter, part, piece, size, string, subrange, substring, trim, truncate


Example composition:


Back to vuo.text node set documentation.