Regex Extract
Extract the first regex match (or a capture group) from text.
DataRegExExtractor
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 |
More Data commands
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.