Skip to content

Pad Start Node

Utils/String

Fills up a string at the start until it reaches the target length

string_pad_startstd
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

Length

Integer
length

Target length in characters

Default 10

Padding

String
padding

Characters used to fill up the string

Default

Output Pins

1

Padded

String
padded

The padded string, unchanged when it is already long enough

Node Info

Internal name
string_pad_start
Category
Utils/String