IndexOf

Overview

The IndexOf Node returns the index of the first occurrence of a substring in a String and a Bool indicating whether it was found or not.

The range in which the substring will be searched can be customized via the StartIndex and EndIndex Attributes.

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Outputs

See Also

Last updated