Starts With
Determines if a string starts with a given string value
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Prefix (inputs:prefix) |
|
The prefix to test |
|
Value (inputs:value) |
|
The string to check |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Is Prefix (outputs:isPrefix) |
|
True if ‘value’ starts with ‘prefix’ |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.StartsWith |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Starts With |
Categories |
function |
Generated Class Name |
OgnStartsWithDatabase |
Python Module |
omni.graph.nodes |