Skip to content

Strip Prefix Node

Utils/String

Removes a prefix from a string if it is present

string_strip_prefixstd
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

Prefix

String
prefix

Prefix to remove

Output Pins

2

Result

String
result

String without the prefix

Stripped

Boolean
stripped

True when the prefix was present

Node Info

Internal name
string_strip_prefix
Category
Utils/String