Skip to content

Trim Characters Node

Utils/String

Removes the given characters from the start and/or end of a string

string_trim_matchesstd
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

Characters

String
characters

Set of characters to strip

Default

Side

String
side

Where to strip

Default Both
BothStartEnd

Output Pins

1

Trimmed String

String
trimmed_string

String without the stripped characters

Node Info

Internal name
string_trim_matches
Category
Utils/String