Skip to content

Extract Node

Utils/String

Pulls every email, link, number or handle out of a text

string_extractstd
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

Pattern

String
pattern

What to look for

Default Emails
EmailsURLsNumbersIP AddressesHashtagsMentions

Unique

Boolean
unique

Drop repeated matches

Default true

Output Pins

2

Matches

String Array
matches

Everything that matched, in order

Count

Integer
count

How many matches were found

Node Info

Internal name
string_extract
Category
Utils/String