Skip to content

Lines Node

Utils/String

Splits a string into its lines

string_linesstd
Inputs2
Outputs1
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

Skip Empty

Boolean
skip_empty

Drop lines that are empty or whitespace only

Default false

Output Pins

1

Lines

String Array
lines

One entry per line

Node Info

Internal name
string_lines
Category
Utils/String