Substring

Overview

The Substring Node returns a part of a String based on the specified parameters given by the user.

For example, if the given String were Lorem Ipsum and the start index were 6 and the length of the substring were 5, the output would be Ipsum.

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Outputs

Last updated