PXC Documentation

PXC Home

Split Text

pre 1.18

Split string into arrays of substring based on delimiter.

Node Data

Display name

Split Text

Internal name

Node_String_Split

Inheritances

Node_Processor
Node_String_Split

Inputs

text

Text

Split

enum

Mode

text

Delimiter

int

Period

bool

Trim White-Space

Outputs

text

Text


Split text into text array.



Properties


Split
ModeSplitting mode.
- Delimiter: Split based on character,
- Periodic: Split based on letter count.



Related Links