Skip to content

Split At Node

Utils/String

Splits a string into two halves at a character index

string_split_atstd
Inputs2
Outputs2
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

2

String

String
string

Input String

Index

Integer
index

Character index to split at, negative counts from the end

Default 0

Output Pins

2

Before

String
before

Characters before the index

After

String
after

Characters from the index onwards

Node Info

Internal name
string_split_at
Category
Utils/String