Regex Replace
Replace regex matches in text with a replacement (supports \1 groups).
DataRegexReplace
What it does
Replace regex matches in text with a replacement (supports \1 groups).
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: \s+ | |
| Replace with | string | Optional | Use \1, \2 … to reference capture groups. Example: - 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.