Cut (vuo.text.cut)

Outputs part of the input text.

If startIndex is less than 1 or characterCount goes past the end of text, then the portion of text that falls within the range is output. For example, if characterCount is too large, then the part of text from startIndex to the end is output.

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

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


Example compositions:


Back to vuo.text node set documentation.