Ends With
Determines if a string ends with a given string value
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Suffix (inputs:suffix) |
|
The suffix to test |
|
Value (inputs:value) |
|
The string to check |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Is Suffix (outputs:isSuffix) |
|
True if ‘value’ ends with ‘suffix’ |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.EndsWith |
Version |
1 |
Extension |
omni.graph.nodes |
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 |