Skip to content

Starts With Any Node

Utils/String

Checks whether a string starts with any of the given prefixes

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

3

String

String
string

Input String

Prefixes

String Array
prefixes

Prefixes to test

Ignore Case

Boolean
ignore_case

Compare without regard to upper/lower case

Default false

Output Pins

2

Starts With

Boolean
starts_with

True when the string starts with one of the prefixes

Matched

String
matched

The first prefix that matched

Node Info

Internal name
string_starts_with_any
Category
Utils/String