Skip to content

Split Once Node

Utils/String

Splits a string at the first (or last) occurrence of a separator

string_split_oncestd
Inputs3
Outputs3
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

3

String

String
string

Input String

Separator

String
separator

String to split at

From End

Boolean
from_end

Split at the last occurrence instead of the first

Default false

Output Pins

3

Before

String
before

Text before the separator, the whole string when it was not found

After

String
after

Text after the separator

Found

Boolean
found

True when the separator was found

Node Info

Internal name
string_split_once
Category
Utils/String