Split Text
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 | |
| Mode | Splitting mode. - Delimiter: Split based on character, - Periodic: Split based on letter count. |