Join String

Creates a string from an input array and a delimiter.

Installation

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

Inputs

Name

Type

Descripton

Default

Delimiter (inputs:delimiter)

string

The delimiter string used to join the elements.

Elements (inputs:elements)

token[]

The string elements to join.

[]

Outputs

Name

Type

Descripton

Default

String (outputs:string)

string

The output string.

None

Metadata

Name

Value

Unique ID

omni.graph.nodes.JoinString

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Join String

Categories

function

Generated Class Name

OgnJoinStringDatabase

Python Module

omni.graph.nodes