Split String
Returns a list of elements from a string based on a delimiter.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Delimiter (inputs:delimiter) |
|
The string to use as a delimiter to split the string. |
|
String (inputs:string) |
|
The input string. |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Elements (outputs:elements) |
|
The string elements. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.SplitString |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Split String |
Categories |
function |
Generated Class Name |
OgnSplitStringDatabase |
Python Module |
omni.graph.nodes |