Ends With#

Determines if a string ends with a given string value

Installation#

To use this node enable omni.graph.nodes_core in the Extension Manager.

Inputs#

Name

Type

Descripton

Default

Suffix (inputs:suffix)

string

The suffix to test

Value (inputs:value)

string

The string to check

Outputs#

Name

Type

Descripton

Default

Is Suffix (outputs:isSuffix)

bool

True if ‘value’ ends with ‘suffix’

None

Metadata#

Name

Value

Unique ID

omni.graph.nodes.EndsWith

Version

1

Extension

omni.graph.nodes_core

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Ends With

Categories

function

Generated Class Name

OgnEndsWithDatabase

Python Module

omni.graph.nodes_core