Starts With

Determines if a string starts with a given string value

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

prefix

string

The prefix to test

value

string

The string to check

Outputs

Name

Type

Description

Default

isPrefix

bool

True if ‘value’ starts with ‘prefix’