Skip to content

Substring Node

Utils/String

Extracts a range of characters from a string. Negative start counts from the end, length -1 runs to the end.

string_substringstd
Inputs3
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

3

String

String
string

Input String

Start

Integer
start

First character index, negative counts from the end

Default 0

Length

Integer
length

Number of characters to take, -1 for the rest of the string

Default -1

Output Pins

1

Substring

String
substring

The extracted characters

Node Info

Internal name
string_substring
Category
Utils/String