Remove String

Remove a string starting at the indicated index with length.

Installation

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

Inputs

Name

Type

Descripton

Default

Count (inputs:count)

int

The number of characters to delete. When set to -1, the length of “string” will be used.

-1

Index (inputs:index)

int

The index of the string in the range [-stringLength, stringLength). Negative values index from the end of the string, and values out of range will result in an error.

0

String (inputs:string)

['string', 'token']

The base string.

None

Outputs

Name

Type

Descripton

Default

String (outputs:string)

['string', 'token']

The output string.

None

Metadata

Name

Value

Unique ID

omni.graph.nodes.RemoveString

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Remove String

Categories

function

Generated Class Name

OgnRemoveStringDatabase

Python Module

omni.graph.nodes