Split String#

Returns a list of elements from a string based on a delimiter.

Installation#

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

Inputs#

Name

Type

Descripton

Default

Delimiter (inputs:delimiter)

string

The string to use as a delimiter to split the string.

String (inputs:string)

string

The input string.

Outputs#

Name

Type

Descripton

Default

Elements (outputs:elements)

token[]

The string elements.

None

Metadata#

Name

Value

Unique ID

omni.graph.nodes.SplitString

Version

1

Extension

omni.graph.nodes_core

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_core