Skip to content

Regex Captures Node

Utils/String/Regex

Extracts the capture groups of the first regular expression match

string_regex_capturesstd
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

Pattern

String
pattern

Regular expression pattern

Output Pins

2

Groups

String Array
groups

Capture groups, index 0 is the whole match

Found

Boolean
found

True when the pattern matched

Node Info

Internal name
string_regex_captures
Category
Utils/String/Regex