Ends With

Determines if a string ends 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

suffix

string

The suffix to test

value

string

The string to check

Outputs

Name

Type

Description

Default

isSuffix

bool

True if ‘value’ ends with ‘suffix’