Skip to content

Ellipsis Node

Utils/String

Shortens a string that is longer than the given number of characters and marks the cut with an ellipsis. A string that already fits is returned unchanged

string_ellipsisstd
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

Max Length

Integer
max_length

Longest the result may be, counted in characters and including the ellipsis itself

Default 100

Ellipsis

String
ellipsis

Appended in place of what was cut

Default

Output Pins

1

Result

String
result

The shortened string, or the input unchanged when it already fits

Node Info

Internal name
string_ellipsis
Category
Utils/String