Regex Extract
Extract the first regex match (or a capture group) from text.
Overview
Regex Extract is a no-code automation step in the Data category of AutoFlowRPA. It performs its action in a single step when the workflow reaches it. You can configure 4 parameter(s) to control exactly how it behaves. It is one of 369 commands you can drag into a workflow in the visual builder — no scripting required.
What it does
Extract the first regex match (or a capture group) from text.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| Input text | string | Required | Text to process. Variables are supported. Example: {{{text}}} Supports variables | |
| Regex pattern | string | Required | Example: \d+ | |
| Capture group | number | Optional | 0 | 0 = whole match, 1 = first group, ... Example: 0 Supports variables |
| Store result in | variable | Required | Example: result |
How to use Regex Extract
- 1
Open AutoFlowRPA and drag the Regex Extract command from the Data group onto the canvas.
- 2
Set its parameters in the side panel — Regex Extract has 4 configurable field(s).
- 3
Connect it into your workflow and press Run. Everything executes locally on your machine.
Frequently asked questions
What does the Regex Extract command do?
Extract the first regex match (or a capture group) from text.
Which group does the Regex Extract command belong to?
Regex Extract is part of the Data group. AutoFlowRPA ships with 369+ ready-made commands you can combine without code.
Does the Regex Extract command take any parameters?
Yes — Regex Extract has 4 configurable field(s), all editable in the visual node editor.
More Data commands
Ready to automate your busywork?
Start your free 30-day trial today. No credit card, no commitment.